@charset "utf-8";
/* ------------------------------------------------- 
 * 公用样式表 
 * ------------------------------------------------- 
*/  
body{font-family:"微软雅黑","宋体"; font-size:14px; line-height: 1.28571; font-weight: 400; letter-spacing:-.1px; font-stretch:normal; font-style:normal;  color: rgba(255, 255, 255, 1); color: #3f3f3f;  background: rgba(255, 255, 255, 1); 
text-align:justify; -webkit-text-size-adjust:none; height:auto; 
-webkit-font-smoothing: subpixel-antialiased; /*chrome、safari*/
-moz-osx-font-smoothing: grayscale;/*firefox*/}
/** 定义HTML body **/

a{color:#333;transition:400ms ease all;}
a:focus {color: #333;outline: none;text-decoration: none;}
a:hover {color: #333;outline: none;text-decoration: none;transition:400ms ease all;}

/* == 翻页公用  ====================================================================================*/
.pageflip{width: 100%;overflow: hidden;text-align: center; padding: 20px 0px 20px 0px;}
.pageflip  a{color: #666;height: 34px;display: inline-block;overflow: hidden;line-height: 30px; padding: 0px 10px;border: 2px solid #999;border-radius: 5px;margin: 0px 5px;}
.pageflip  a:hover,.pageflip a.dq{background: #d71718;color: #fff; border: 2px solid #d71718;}
.pageflip  a i{display: block;line-height: 30px;height: 30px; }
@media (max-width:768px){
.pageflip{ margin: 5px 0px 0px 0px;}
.pageflip  a { font-size: 12px; height: 26px; line-height: 24px; border-width: 1px; padding: 0px 9px; border-radius: 3px; }
.pageflip  a i { line-height: 24px; height: 26px; }
}
/* == 翻页公用  ====================================================================================*/


@media (max-width:1600px){}
@media (max-width:1400px){}
@media (max-width:1200px){}
@media (max-width:1023px){}
@media (max-width:767px){}
/* == 全局  ======================================================================================================================================*/
.wrapper_full{margin: 0px auto; max-width: 100%; width: 100%; padding: 0 0px;}
.wrapper_box{margin: 0px auto; max-width: 1460px; width: 100%; position: relative; padding: 0 30px;}

.max1440{margin: 0px auto; max-width: 1460px; width: 100%; padding: 0 30px;position: relative;}
.max1200{margin: 0px auto; max-width: 1200px; width: 100%; padding: 0 30px;}
@media (max-width:1440px){
	.wrapper_full{padding: 0px 0px;}
	.wrapper_box{padding: 0px 30px; }
}
@media (max-width:1280px){
	.wrapper_full{padding: 0px 0px;}
	.wrapper_box{padding: 0px 20px;}
	.max1440{padding: 0 20px;}
	.max1200{padding: 0 20px;}
}
@media (max-width:1023px){
	.wrapper_full{padding: 0px 0px;}
	.wrapper_box{padding: 0px 10px;}
	.max1440{padding: 0 10px;}
	.max1200{padding: 0 10px;}
}
@media (max-width:767px){
	.wrapper_full{padding: 0px 0px;}
	.wrapper_box{padding: 0px 10px;}
	.max1440{padding: 0 10px;}
	.max1200{padding: 0 10px;}
}
/* == 全局  ======================================================================================================================================*/



/** == 首页banner ======================================================================================================================================*/
.banner_box{ width: 100%; position: relative; padding-top: 0px;}
.swiper-ban.swiper-container{}
.swiper-ban.swiper-slide{ background: #000; width: 100%; height:auto;}
.swiper-ban a {display: block; width: 100%; height:100%; overflow: hidden; position: relative;}
.swiper-ban a .slide_full{width: 100%; height:100vh;/*^banner高度^*/ overflow: hidden; position: relative; background-repeat:no-repeat; background-position:center center; background-size:cover; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; -webkit-animation:scalex 10s linear infinite;animation:scalex 10s linear infinite;}
.swiper-ban a > img {position: absolute; left: 0 ; top: 0; width:100%; z-index: -1; }
.swiper-ban a .bg_hei{position: absolute; left: 0 ; top: 0; width:100%; min-height:100%; z-index: -1;background:rgba(0,0,0,0.0); opacity: 0;/*^banner上覆盖色^*/}

/** banner点点点 =====*/
.swiper-ban.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 20px;}
.swiper-ban .swiper-pagination-bullet{background: #fff; width: 3px; height:15px; border-radius:5px;  opacity: .9; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.swiper-ban .swiper-pagination-bullet-active {background: #d71718; width: 5px; height: 35px;}

/** banner箭头 =====*/
.swiper-ban .swiper-button-prev {left:30px; width: 45px; height: 70px; opacity:1; top: 50%;transition: all 0.5s ease-out;}
.swiper-ban .swiper-button-next {right:30px; width: 45px; height: 70px;opacity:1;top: 50%;transition: all 0.5s ease-out;}

.swiper-ban .swiper-button-prev {background-color:rgba(0,0,0,0.9);background-image:url(../images/sleft.png); background-repeat:no-repeat; background-position:center center; background-size:30%; text-align: center;border-radius:10%; }
.swiper-ban .swiper-button-next { background-color:rgba(0,0,0,0.9);background-image:url(../images/sright.png); background-repeat:no-repeat; background-position:center center; background-size:30%; text-align: center;border-radius:10%; }
.swiper-ban .swiper-button-prev:hover{opacity: 0.8;left:20px;}
.swiper-ban .swiper-button-next:hover{opacity: 0.8;right:20px;}

.swiper-ban .swiper-button-prev.swiper-button-disabled{opacity:0.8;background-color:none;background-image:url(../images/sleft.png);}/*^到头^*/
.swiper-ban .swiper-button-next.swiper-button-disabled{opacity:0.8;background-color:none;background-image:url(../images/sright.png);}/*^到头^*/

.banner_box_b{position: absolute; top: 50%; width: 100%;}

@media (max-width: 1023px) { 
.banner_box{ width: 100%; position: relative; padding-top: 82px;}
.swiper-ban a .slide_full{width: 100%; height:500px;}
.swiper-ban.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 0px;}
.swiper-ban .swiper-pagination-bullet{background: #fff; width: 3px; height:13px; border-radius:5px;  opacity: .9; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.swiper-ban .swiper-pagination-bullet-active {background: #d71718; width: 5px; height: 25px;}
}

@media (max-width: 767px) { 
.banner_box{ width: 100%; position: relative; padding-top: 60px;}
.swiper-ban a .slide_full{width: 100%; height:230px;}
.swiper-ban .swiper-button-prev {left:10px; width: 20px; height: 50px; opacity:1; top: 50%;transition: all 0.5s ease-out;}
.swiper-ban .swiper-button-next {right:10px; width: 20px; height: 50px;opacity:1;top: 50%;transition: all 0.5s ease-out;}
.swiper-ban .swiper-button-prev:hover{opacity: 0.8;left:20px;}
.swiper-ban .swiper-button-next:hover{opacity: 0.8;right:20px;}
}
/** == 首页banner ======================================================================================================================================*/



/** == 首页banner上文字 ======================================================================================================================================*/
.wenzi_main{ position:absolute; width: 100%; margin: 0px auto; padding: 0px 20px;  top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);  text-align:center; z-index: 1; text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);text-transform:uppercase;}
.ani-01 { height: auto; margin-bottom: 40px; color: #fff; font-size: 30px; }
.ani-02 { height: auto; margin-bottom: 0px; color: #fff; font-size: 36px;line-height: 50px; display: inline-block;border-top: 2px solid #fff;border-bottom: 2px solid #fff;padding: 10px 0px;}
.ani-03 { height: auto; margin-bottom: 0px; color: #fff; font-size: 36px; font-family: DINEngschriftStd;}


@media (max-width: 1440px) {
.wenzi_main{ position:absolute; width: 100%; margin: 0px auto; padding: 0px 20px;  top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);  text-align:center; z-index: 1; text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);text-transform:uppercase;}
.ani-01 { height: auto; margin-bottom: 10px; color: #fff; font-size:30px; font-weight: bold;}
.ani-02 { height: auto; margin-bottom: 10px; color: #fff; font-size: 20px; }
.ani-03 { height: auto; margin-bottom: 0px; color: #fff; font-size: 20px; font-family: DINEngschriftStd;}
}

@media (max-width: 1280px) {
}

@media (max-width: 1023px) { 
.wenzi_main{ position:absolute; width: 100%; margin: 0px auto; padding: 0px 20px;  top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);  text-align:center; z-index: 1; text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);text-transform:uppercase;}
.ani-01 { height: auto; margin-bottom: 10px; color: #fff; font-size:30px; font-weight: bold;}
.ani-02 { height: auto; margin-bottom: 10px; color: #fff; font-size: 20px; }
.ani-03 { height: auto; margin-bottom: 0px; color: #fff; font-size: 20px; font-family: DINEngschriftStd;}
}
@media (max-width: 767px) { 
.wenzi_main{ position:absolute; width: 100%; margin: 0px auto; padding: 0px 20px;  top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);  text-align:center; z-index: 1; text-shadow: 1px 1px 1px #000;filter:shadow(Color=#000,Direction=10,Strength=10);text-transform:uppercase;}
.ani-01 { height: auto; margin-bottom: 10px; color: #fff; font-size: 0.5rem; line-height: 1.6; font-weight: bold;}
.ani-02 { height: auto; margin-bottom: 10px; color: #fff; font-size: 0.5rem; }
.ani-03 { height: auto; margin-bottom: 0px; color: #fff; font-size: 0.5rem; font-family: DINEngschriftStd;}
}
/** == 首页banner上文字 ======================================================================================================================================*/



/** == pag_ban ====================================================================================*/
.pag_ban{position: relative;overflow: hidden;height: 400px; margin-top: 150px;transition: all 0.5s ease-out;}
.pag_ban:before {content: ''; position: absolute; background-color: rgba(0, 0, 0, 0); height: 100%; width: 100%; top: 0;left: 0;}
.pag_ban .imgbg {height: 100%;}
.pag_ban .imgbg {background-position: center center;background-size: cover;background-repeat: no-repeat;}
.pag_ban .imgbg img {display: none;}


.pag_ban_tit{color: #de0001; text-align: center;  position: relative; width: 100%; max-width: 1600px; padding: 0px 30px 0px 30px;  margin: 0px auto; filter:shadow(Color=#000,Direction=10,Strength=10); top: 50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.pag_ban_tit .tf30{ font-size: 28px; padding-bottom: 10px; position: relative; line-height: 1.2;  }
.pag_ban_tit .tf16{ font-size: 18px; line-height: 30px; line-height: 1.2;font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}
.pag_ban_tit .tf30 b{position: relative; padding: 0px 20px;line-height: 1.2; }
.pag_ban_tit .tf30 b:after{content: " ";display: block; position: absolute; left: -50px; top: 50%; width: 50px; border-bottom: 1px solid #de0001;}
.pag_ban_tit .tf30 b:before{content: " ";display: block; position: absolute; right: -50px;top: 50%; width: 50px; border-bottom: 1px solid #de0001;}

@media (max-width:1366px){
.pag_ban{position: relative;height: 300px; overflow: hidden;}
.pag_ban_tit{padding: 0px 20px 0px 20px;}
}

@media (max-width:1023px){
.pag_ban{position: relative;height: 300px; margin-top: 2.4rem;}
.pag_ban_tit .tf30{ font-size:16px; font-weight:600;}
.pag_ban_tit .tf16{ font-size: 12px; line-height: 20px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}
}
@media (max-width:768px){
.pag_ban{position: relative;height: 150px; margin-top: 2.4rem;}
.pag_ban_tit .tf30{ font-size:16px; font-weight:600;}
.pag_ban_tit .tf16{ font-size: 12px; line-height: 20px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑";}
}
/** == pag_ban ====================================================================================*/



/** pc_header header ========================================================================================================================*/
.pc_header{width: 100%; height: 150px; position:fixed; top: 0px; left: 0px; z-index: 9999;  background:#fff; padding: 0px 0px; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);transition: all 0.5s ease-out;}

.pc_header.top_fixedY{position: fixed;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);transition: all 0s ease-out; }
/** .pc_header.top_fixedY 固定顶部溢出 ======**/
.pc_header.top_fixed{-webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%);transition: all 0.5s ease-out;}
/** .pc_header.top_fixedY 滑出顶部显示 ======**/

.m_header{display: none;}
@media (max-width:992px){
.pc_header{display: none;}
.m_header{display:block;}
}

/** logo ========================================================================================================================*/
.pc_header .wrapper_box{height: 55px;}

@media (max-width:1200px){
}




/** pc_nav 通用导航 ====================================================================================*/
.pc_nav {width:100%; margin: 0px auto; padding-left: 345px; background-color: #fff;}
.pc_nav ul{ display: block;}
.pc_nav:after,.pc_nav > ul:after {content: "";display: block;clear: both;visibility: hidden; line-height: 0;height: 0;}
/*一级菜单*/
.pc_nav > ul > li.nav-one {float: left; width:11.11%; display: block; position: relative;-webkit-perspective: 85px; -moz-perspective: 85px; -ms-perspective: 85px; perspective: 85px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d;}
.pc_nav > ul > li.nav-one > a {color: #222; padding: 0px 0px 0px 0px; font-size: 16px; line-height: 55px; text-align: center; display: block; position: relative;}
.pc_nav > ul > li.nav-one:hover > a {color: #d71718; }
.pc_nav > ul > li.nav-one > a.on{color: #fff; background: #d71718;}
/*一级菜单*/
@media (max-width:1440px){
.pc_nav > ul > li.nav-one > a {color: #000; padding: 0px 0px 0px 0px; font-size: 14px; line-height: 55px; text-align: center; display: block; }
}


/*二级菜单*/
.pc_nav > ul > li.nav-one > ul.nav-two {opacity: 0; width: 150%;height: auto;top:auto;left: 0;padding-bottom: 0px; display: block;transition: all 0.3s ease-out; position: absolute;background: transparent;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;-webkit-transform-origin: 0px 0px;-moz-transform-origin: 0px 0px;-ms-transform-origin: 0px 0px;transform-origin: 0px 0px;-webkit-transform: rotateX(-60deg);-moz-transform: rotateX(-60deg);-ms-transform: rotateX(-60deg);transform: rotateX(-60deg);-moz-backface-visibility: hidden;-webkit-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;}
.pc_nav > ul > li.nav-one:hover > ul.nav-two { opacity: 1; 
-webkit-transform: rotateX(0deg);-moz-transform: rotateX(0deg);-ms-transform: rotateX(0deg);transform: rotateX(0deg);box-shadow:0 10px 20px 2px rgba(0, 0, 0, .1)}

.pc_nav > ul > li.nav-one > ul.nav-two >li{height: 50px; transition: all 0.3s ease-out; position: relative;}
.pc_nav > ul > li.nav-one > ul.nav-two >li >a{ background:#fff;  font-size: 14px;  color: #333; border-top: 1px solid #ccc; width:100%; height:50px;line-height: 50px;padding:0px 0px 0px 15%; text-align: left;display: block; text-decoration: none;transition: all 0.2s ease-out;}
.pc_nav > ul > li.nav-one > ul.nav-two >li:hover >a{ color: #d71718; background: #fff;}
/*二级菜单*/


/*三级菜单*/
.pc_nav > ul > li.nav-one > ul.nav-two >li > ul.nav-three{margin-left: 100%;top: 0;position: absolute; left: 0px;}
.pc_nav > ul > li.nav-one > ul.nav-two >li:hover > ul.nav-three{left: auto; width: 100%;}
.pc_nav > ul > li.nav-one > ul.nav-two >li > ul.nav-three li{height: 0; width: 100%; display: block; transition: all 0s ease-out; position: relative; overflow: hidden;}
.pc_nav > ul > li.nav-one > ul.nav-two >li:hover > ul.nav-three li{height: 50px; overflow: hidden; transition: all 0.2s ease-out;}
.pc_nav > ul > li.nav-one > ul.nav-two >li > ul.nav-three >li >a{width:100%; height:50px; line-height: 50px;padding:0px 0px; text-align: center; background:#666;color: #eeeeee;  border-top: 1px solid #000;display: block; text-decoration: none; }
.pc_nav > ul > li.nav-one > ul.nav-two >li > ul.nav-three >li >a:hover{ color: #fff; background: #000;}
/*有三级菜单的小箭头*/
ul.nav-three::after {position: absolute; top: 25px; left: -20px;width: 4px; height: 4px; border-bottom: 1px solid #eee;border-right: 1px solid #eee; content: ""; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg);-o-transform: rotate(-45deg); transform: rotate(-45deg);}
/*三级菜单*/
/** pc_nav ====================================================================================*/




/** m_nav 移动端菜单 ====================================================================================*/
.m_header{width: 100%;height:2.4rem;  background:rgba(255, 255, 255, 100); position: fixed; top: 0px; left:0px; right: 0px; z-index: 9999; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.0);transition: all 0.5s ease-out;border-bottom: 1px solid #ddd;}
.m_header .header-section{width:100%; height: 100%; overflow: hidden;}
.m_header .header-section .m_logo{height:100%; padding:0.3rem 0.3rem; float: left; overflow: hidden; }
.m_header .header-section .m_logo a{display: block; height: 100%;}
.m_header .header-section .m_logo a img{height:100%;width: auto;}

.m_header .header-section .nav-icon{ position: absolute; right:0.56rem; top: 0.8rem; width:0.8rem;height:0.8rem; z-index:1000;font-size:0;text-align:right;cursor:pointer;}
.m_header .header-section .nav-icon i{width:100%;height:100%;position:absolute;left:0;top:0;}
.m_header .header-section .nav-icon i span{display:inline-block;width:90%;height:1px;background-color:#000;position:relative;border-radius:2px}
.m_header .header-section .nav-icon i:nth-of-type(1) span{top:20%}
.m_header .header-section .nav-icon i:nth-of-type(2) span{top:45%;width:60%}
.m_header .header-section .nav-icon i:nth-of-type(3) span{top:75%}

.mo_fixed{ background:rgba(255, 255, 255, 255);border-bottom: 1px solid #ddd;}
/*移动导航logo按钮*/

.m_header .m-navbar{background-color:rgba(255,255,255,100);position:fixed;width:100%;height:100%;z-index:9997;right:-100%;top:0;padding-bottom:.6rem;box-sizing:border-box;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);transition:all .4s cubic-bezier(.4,0,0,1);overflow-y:auto;-webkit-overflow-scrolling:touch;}

.m_header .m-navbar.open{right: 0px;}
.m-navbar .nav-closed{ height:2.4rem; position: relative;border-bottom: 1px solid #ddd;}
.m-navbar .nav-closed .m_logo{height:100%; padding:0.3rem 0.3rem; float: left; overflow: hidden; }
.m-navbar .nav-closed .m_logo a{display: block; height: 100%;}
.m-navbar .nav-closed .m_logo a img{height:100%;}

.m_header .nav-closed .nav-icon{ position: absolute; right:0.56rem; top: 0.8rem; width:0.8rem;height:0.8rem;  z-index:1000;font-size:0;text-align:right;cursor:pointer;}
.m_header .nav-closed .nav-icon i{width:100%;height:100%;position:absolute;left:0;top:0}
.m_header .nav-closed .nav-icon i span{display:inline-block;width:80%;height:2px;background-color:#000;position:relative; }
.m_header .nav-closed .nav-icon i:nth-of-type(1) span{top:45%; right: 10%; transform:rotate(45deg);}
.m_header .nav-closed .nav-icon i:nth-of-type(2) span{top:45%; right: 10%;transform:rotate(-45deg);}
/*移动导航弹出信息*/


#navbar .m_navul{margin-top: 10%; width: 80%; margin-left: 10%;  text-transform:uppercase;}
#navbar .m_navul li{padding: 0 0.6rem;border-bottom: 0px solid rgba(255,255,255,0.1);transform: translateY(0);-webkit-transform: translateY(100%);transform: translateY(100%);transition: all .2s cubic-bezier(.5, 0, .2, 1) 0s;opacity: 0;}
#navbar.open .m_navul li{opacity: 1;-webkit-transform: translateY(0); transform: translateY(0);}
#navbar .m_navul li a{color: #000;font-size: 0.6rem;height:auto;line-height: 1rem; padding: 0.4rem 0px; width: 100%;display: block;text-decoration: none;}
#navbar .m_navul li a i{float: right;line-height: 1rem;}
#navbar .m_navul li a span{font-size: 0.32rem; color:rgba(0,0,0,0.4);  }
#navbar .m_navul li a:hover{ color: #e60012;}
#navbar .m_navul li a:hover span{ color: #e60012;}

#navbar .m_navul li .dropdown_menu{display: none; border-top: 1px solid #e60012;padding:0.2rem 0px;}
#navbar .m_navul li.dropdown.active .dropdown_menu{display: block;}
#navbar .m_navul li .dropdown_menu a{display: block; color: #e60012; font-size: 0.48rem; line-height: 0.9rem;padding:0.2rem 0.5rem;box-sizing: border-box; }
#navbar .m_navul li .dropdown_menu a:last-child{border: none;}
#navbar .m_navul li .dropdown_menu a span{font-size: 0.32rem; color:rgba(189,206,253,0.7); }

#navbar .m_navul li:nth-child(1) {transition: all 0.2s ease-out;}
#navbar .m_navul li:nth-child(2) {transition: all 0.3s ease-out;}
#navbar .m_navul li:nth-child(3) {transition: all 0.4s ease-out;}
#navbar .m_navul li:nth-child(4) {transition: all 0.5s ease-out;}
#navbar .m_navul li:nth-child(5) {transition: all 0.6s ease-out;}
#navbar .m_navul li:nth-child(6) {transition: all 0.7s ease-out;}
#navbar .m_navul li:nth-child(7) {transition: all 0.8s ease-out;}
#navbar .m_navul li:nth-child(8) {transition: all 0.9s ease-out;}
#navbar .m_navul li:nth-child(9) {transition: all 1.0s ease-out;}

/** m_nav 移动端菜单 ====================================================================================*/

.pc_header_top{width: 100%;height: 95px;line-height: 95px;background-color: #322e2c;}
.pc_header_top .logo{position: absolute;width: 246px;top: 0px;left: 30px;height: 150px;z-index: 9999;box-shadow:0 0 15px rgba(0,0,0,0.15);}
.pc_header_top .logo a{text-align: center;display: block;padding-top: 5px;}
.pc_header_top .logo img{text-align: center;}
.headm{padding-left: 280px;width: 100%;line-height: 95px;overflow: hidden;}
/*.pc_header_top*/
.pc_top_l{color: #fff;font-size: 24px;float: left;width: 240px; overflow: hidden;line-height: 95px;height: 95px;}
.pc_top_r{float: right;}
.pc_top_r li {float: right;color: #fff;padding-left: 45px;font-size: 14px;}
.pc_top_r li span{font-size: 14px;line-height: 20px;height: 20px;}
.pc_top_r li .i1{width: 20px;height: 20px;padding-right: 5px;}
.pc_top_r li .i1 img{width: 20px;height: 20px;line-height: 20px;}
.pc_top_r li a{color: #fff;}
.pc_top_r li a:hover{color: #d71718;}
@media (max-width:1160px){
.pc_top_r{float: right;display: none;}	
}
/*.pc_top_r*/

.sousuo{position: absolute;top:69%;left: 50%;max-width: 1100px; z-index: 999;margin: 0px auto;text-align: center;margin-left: -550px;padding: 0px 30px;}
.sousuo .search_box{width: 100%;height: 53px;line-height: 53px;position: relative;float: right;padding: 0px;border-radius: 50px;text-align: center;}
.sousuo .search_box form{height: 53px;line-height: 53px;padding: 0px;margin: 0px;}
.sousuo .search_box .input{width: 100%;height: 53px;line-height: 53px;text-align: left;border-width: 0;padding: 0px 0px 0px 25px;font-size: 14px;color: #666;background-color: #fff;border-radius: 50px;}
.sousuo .search_box .button{width: 40px;height: 25px;position: absolute;right: 15px;top: 15px;border-width: 0;cursor: pointer;font-size: 14px;color: #fff;background-image:url(../images/sousuo.png.);background-repeat:no-repeat; background-position:center center; background-color: #fff;border-radius: 50px;}
.sousuom{margin-top: 30px;float: left;width: 100%;text-align: left;padding: 0px 20px;color: #fff;font-size: 16px;}
.sousuom span{color: #fff;}
.sousuom a{display: inline-block;margin: 0px 10px;color: #fff;}
.sousuom a:hover{color: #d71718;}
@media (max-width:1023px){
.sousuo{position: absolute;top:75%;left: 0%;width: 100%; z-index: 999;margin: 0px auto;text-align: center;margin-left: 0px;padding: 0px 30px;}
.sousuo .search_box{width: 100%;height: 30px;line-height: 30px;position: relative;float: right;padding: 0px;border-radius: 50px;text-align: center;}
.sousuo .search_box form{height: 30px;line-height: 30px;padding: 0px;margin: 0px;}
.sousuo .search_box .input{width: 100%;height: 30px;line-height: 30px;text-align: left;border-width: 0;padding: 0px 0px 0px 25px;font-size: 0.48rem;color: #666;background-color: #fff;border-radius: 50px;}
.sousuo .search_box .button{width: 30px;height: 25px;position: absolute;right: 5px;top: 5px;border-width: 0;cursor: pointer;font-size: 14px;color: #fff;background-image:url(../images/sousuo.png.);background-repeat:no-repeat; background-position:center center; background-color: #fff;border-radius: 50px;}
.sousuom{margin-top: 30px;float: left;width: 100%;text-align: left;padding: 0px 20px;color: #fff;font-size: 16px;display: none;}
.sousuom span{color: #fff;}
.sousuom a{display: inline-block;margin: 0px 10px;color: #fff;}
.sousuom a:hover{color: #d71718;}
	
}


.title{text-align: center;border-bottom: 1px solid #ddd;padding-bottom: 25px;position: relative;}
.title:after{position: absolute;content: "";width: 10px;height: 10px;border-radius: 50%;bottom: -5px;left: 50%;background-color: #e60012;}
.title .h3{font-size: 36px;line-height: 36px;height: 36px;color: #333;margin-bottom: 15px;}
.title span{display: block;font-size: 20px;line-height: 20px;height: 20px;color: #898989;}
@media (max-width:1023px){
.title{text-align: center;border-bottom: 1px solid #ddd;padding-bottom: 0.5rem;position: relative;}
.title:after{position: absolute;content: "";width: 10px;height: 10px;border-radius: 50%;bottom: -5px;left: 50%;background-color: #e60012;}
.title .h3{font-size: 0.7rem;line-height: 0.7rem;height: auto;color: #333;margin-bottom: 0.3rem;}
.title span{display: block;font-size: 0.6rem;line-height: 0.8rem;;height: auto;;color: #898989;}
}

.index_rexiao{padding-top: 100px;padding-bottom: 0px;}
.rexiaom{margin-top: 35px;}
.index_t{text-align: center;}
.index_t a{padding: 0px 40px;font-size: 16px;font-weight: 600;border-right: 2px solid #ddd;display: inline-block;}
.index_t a:last-child{border-right: 0px solid #ddd;}
.index_t a.on{color: #e60012;}
.index_t a:hover{color: #e60012;}
@media (max-width:1023px){
.index_rexiao{padding-top: 20px;padding-bottom: 0px;}
.rexiaom{margin-top: 10px;}
.index_t{text-align: center;}
.index_t a{padding: 0px 10px;margin: 5px 0px; font-size: 0.56rem;font-weight: 600;border-right: 2px solid #ddd;display: inline-block;}
.index_t a:last-child{border-right: 0px solid #ddd;}
.index_t a.on{color: #e60012;}
.index_t a:hover{color: #e60012;}	
}


.swiper01_box{ width:100%; position: relative; margin: 45px auto 65px auto; padding: 0px 0px;}
/** 点 ============*/
.swiper01_box .swiper-container{padding: 0px 0px 40px 0px; height: auto;}
.swiper01_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper01_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #000; opacity: 0.8; width: 10px; height:10px;border-radius:50%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.swiper01_box .swiper-pagination-bullet-active{ background: #ffd400; width: 10px; opacity:1;}
/** 左右按钮 ============*/
.swiper01_box .swiper-button-prev {left: 10px;opacity:0.5; top: 40%;}
.swiper01_box .swiper-button-next {right: 10px;opacity:0.5;top: 40%;}
.swiper01_box .swiper-button-prev {width: 40px;height: 40px; background-color:none;background-image:url(../images/jtl1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper01_box .swiper-button-next {width: 40px;height: 40px; background-color:none;background-image:url(../images/jtr1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper01_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtl2.png);}
.swiper01_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtr2.png);}

.swiper01_box .swiper-button-prev.hide{opacity:0.5;}
.swiper01_box .swiper-button-next.hide{opacity:0.5;}
.swiper01_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

a.sw_item01{ display: block;  }
a.sw_item01 .imgzoom{padding-bottom: 124%; width: 100%; position: relative; overflow: hidden; }
a.sw_item01 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item01:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

a.sw_item01 .txt{padding: 25px 25px; background:#f9f9f9;box-shadow:0px 15px 10px rgba(0,0,0,0.15);  width: 100%;  text-align: center;transition: all 0.5s ease-out;}
a.sw_item01 .txt .p1{ font-size: 20px; color: #333; font-weight: 600; height: 22px; line-height: 22px; overflow: hidden;margin-bottom: 15px;}
a.sw_item01 .txt .p2{ font-size: 14px; color: #333; height: 14px; line-height: 14px; overflow: hidden; margin-bottom: 20px;}
a.sw_item01 .txt span{font-size: 14px;display: inline-block;padding: 5px 15px;background-color: #ddd;border-radius: 15px;}
a.sw_item01:hover .txt{ background:rgba(19,27,46,0.5); }
a.sw_item01:hover .txt .p1{color: #fff;}
a.sw_item01:hover .txt .p2{color: #fff;}
a.sw_item01:hover .txt span{color: #d71718;}
@media (max-width:1023px){
.swiper01_box{ width:100%; position: relative; margin: 10px auto 10px auto; padding: 0px 0px;}
/** 点 ============*/
.swiper01_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper01_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper01_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #000; opacity: 0.8; width: 10px; height:10px;border-radius:50%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.swiper01_box .swiper-pagination-bullet-active{ background: #ffd400; width: 10px; opacity:1;}
/** 左右按钮 ============*/
.swiper01_box .swiper-button-prev {left: 10px;opacity:0.5; top: 42%;}
.swiper01_box .swiper-button-next {right: 10px;opacity:0.5;top: 42%;}
.swiper01_box .swiper-button-prev {width: 25px;height: 25px; background-color:none;background-image:url(../images/jtl1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper01_box .swiper-button-next {width: 25px;height: 25px; background-color:none;background-image:url(../images/jtr1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper01_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtl2.png);}
.swiper01_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtr2.png);}

.swiper01_box .swiper-button-prev.hide{opacity:0.5;}
.swiper01_box .swiper-button-next.hide{opacity:0.5;}
.swiper01_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

a.sw_item01{ display: block;  }
a.sw_item01 .imgzoom{padding-bottom: 124%; width: 100%; position: relative; overflow: hidden; }
a.sw_item01 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item01:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

a.sw_item01 .txt{padding: 10px 10px; background:#f9f9f9;box-shadow:0px 0px 0px rgba(0,0,0,0.15);  width: 100%;  text-align: center;transition: all 0.5s ease-out;}
a.sw_item01 .txt .p1{ font-size: 0.6rem; color: #333; font-weight: 600; height: auto; line-height: 0.75rem; overflow: auto;margin-bottom: 5px;}
a.sw_item01 .txt .p2{ font-size: 0.48rem; color: #333; height: auto; line-height: 0.48rem; overflow: auto; margin-bottom: 10px;}
a.sw_item01 .txt span{font-size: 0.4rem;display: inline-block;padding: 3px 20px;background-color: #ddd;border-radius: 15px;}
a.sw_item01:hover .txt{ background:rgba(19,27,46,0.5); }
a.sw_item01:hover .txt .p1{color: #fff;}
a.sw_item01:hover .txt .p2{color: #fff;}
a.sw_item01:hover .txt span{color: #d71718;}
}

.youhui{margin-bottom: 20px;font-size: 16px;color: #000;}
.youhui i{display: inline-block;width: 4px;height: 4px; background-color:none;background-image:url("../images/dian.png");background-repeat:no-repeat; background-position:center center;padding-bottom: 10px;margin-right: 10px;}
@media (max-width:1023px){
.youhui{margin-bottom: 20px;font-size: 0.56rem;color: #000;display: none;}
.youhui i{display: inline-block;width: 4px;height: 4px; background-color:none;background-image:url("../images/dian.png");background-repeat:no-repeat; background-position:center center;padding-bottom: 10px;margin-right: 10px;}
}



.youhuim{height: 150px;width: 100%; border: 1px solid #d2d2d2; background-repeat:no-repeat; background-position:left center;}
.youhuim .youhuim_l{float: left;width: 35%;height: 100%;}
.youhuim .youhuim_l .rexian{padding: 30px 0px 0px 180px;height: 100%;}
.youhuim .youhuim_l .p1{font-size: 16px; line-height: 1.5; color: #cbcbcb;}
.youhuim .youhuim_l span{font-size: 36px; line-height: 1.5;color: #cbcbcb;}

.youhuim .youhuim_r{float: right;width: 65%;height: 100%;}
.youhuim .youhuim_r .lingqu{padding: 50px 0px 0px 0px;position: relative;height: 100%;}
.lingqu a{width: 150px; position: absolute;top: 50px;right: 50px; text-align: center; float: right;display: block;background-color: #c9c9c9;padding: 10px 0px;border-radius: 10px;font-size: 22px; line-height:1; color: #696969;}
.lingqu a:hover{color: #d71718;}
.lingqu .messbox_inp{width: 100%;padding-left: 30px;height: auto;}
.lingqu .messbox_inp .inp{width: 100%;height: auto;line-height: 40px;border: 1px solid #dcdcdc;padding-left: 10px;}
.lingqu .message{padding-right: 245px;width: 100%;height: 100%;}
.lingqu .messbox{float: left;width: 50%;padding-right: 0px;}

@media (max-width:1440px){

}
@media (max-width:1366px){
.youhuim .youhuim_l{float: left;width: 35%;height: 100%;}
.youhuim .youhuim_l .rexian{padding: 20px 0px 0px 180px;height: 100%;}
}
@media (max-width:1023px){
.youhuim{height:auto;width: 100%;border: 1px solid #d2d2d2; background-repeat:no-repeat; background-position:top left; }

.youhuim .youhuim_l{float: left;width: 100%;height: 100%;}
.youhuim .youhuim_l .rexian{padding: 60px 0px 0px 200px;height: 100%;}
.youhuim .youhuim_l .p1{font-size: 16px; line-height: 1.5; color: #cbcbcb;}
.youhuim .youhuim_l span{font-size: 14px; line-height: 1.5;color: #cbcbcb;}

.youhuim .youhuim_r{float: right;width: 100%;height: 100%;padding: 0px 10px 10px 10px;}
.youhuim .youhuim_r .lingqu{padding: 50px 0px 0px 0px;position: relative;height: 100%;}
.lingqu a{width: 100%; position: relative;top: 0px;right: 0px; text-align: center; float: right;display: block;background-color: #c9c9c9;padding: 8px 0px;border-radius: 10px;font-size: 14px; line-height:1; color: #696969;}
.lingqu a:hover{color: #d71718;}
.lingqu .messbox_inp{width: 100%;padding-left: 10px;height: auto;}
.lingqu .messbox_inp .inp{width: 100%;height: auto;line-height: 30px;border: 1px solid #dcdcdc;padding-left: 5px;}
.lingqu .message{padding-right: 0px;width: 100%;height: 100%;}
.lingqu .messbox{float: left;width: 100%;padding-right: 0px;}
}

.index_xinpin{padding-top: 100px;padding-bottom: 90px;}
.xinpinm{margin-top: 60px;margin-bottom: 70px;}
.swiper02_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 0px 0px;}
/** 点 ============*/
.swiper02_box .swiper-container{padding: 0px 0px 40px 0px; height: auto;}
.swiper02_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper02_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #000; opacity: 0.8; width: 10px; height:10px;border-radius:50%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.swiper02_box .swiper-pagination-bullet-active{ background: #ffd400; width: 10px; opacity:1;}
/** 左右按钮 ============*/
.swiper02_box .swiper-button-prev {left: 10px;opacity:1; top: 40%;}
.swiper02_box .swiper-button-next {right:10px;opacity:1;top: 40%;}
.swiper02_box .swiper-button-prev {width: 40px;height: 40px; background-color:none;background-image:url(../images/jtl1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper02_box .swiper-button-next {width: 40px;height: 40px; background-color:none;background-image:url(../images/jtr1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper02_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtl2.png);}
.swiper02_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtr2.png);}

.swiper02_box .swiper-button-prev.hide{opacity:0.5;}
.swiper02_box .swiper-button-next.hide{opacity:0.5;}
.swiper02_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

a.sw_item02{ display: block;  }
a.sw_item02 .imgzoom{padding-bottom: 75%; width: 100%; position: relative; overflow: hidden; }
a.sw_item02 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item02:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

a.sw_item02 .txt{padding: 15px 25px; background:#475455;box-shadow:0px 15px 10px rgba(0,0,0,0.15);  width: 100%;  text-align: center;transition: all 0.5s ease-out;}
a.sw_item02 .txt .name{ font-size: 18px; color: #fff; font-weight: 600; height: 20px; line-height: 20px; overflow: hidden;}
a.sw_item02:hover .txt{ background:rgba(19,27,46,0.5); }
a.sw_item02:hover .txt .name{color: #fff;}
@media (max-width:1023px){
.index_xinpin{padding-top: 20px;padding-bottom: 20px;}
.xinpinm{margin-top: 15px;margin-bottom: 0px;}
.swiper02_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 0px 0px;}
/** 点 ============*/
.swiper02_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper02_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper02_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #000; opacity: 0.8; width: 10px; height:10px;border-radius:50%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.swiper02_box .swiper-pagination-bullet-active{ background: #ffd400; width: 10px; opacity:1;}
/** 左右按钮 ============*/
.swiper02_box .swiper-button-prev {left: 10px;opacity:1; top: 40%;}
.swiper02_box .swiper-button-next {right:10px;opacity:1;top: 40%;}
.swiper02_box .swiper-button-prev {width: 40px;height: 40px; background-color:none;background-image:url(../images/jtl1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper02_box .swiper-button-next {width: 40px;height: 40px; background-color:none;background-image:url(../images/jtr1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper02_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtl2.png);}
.swiper02_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtr2.png);}

.swiper02_box .swiper-button-prev.hide{opacity:0.5;}
.swiper02_box .swiper-button-next.hide{opacity:0.5;}
.swiper02_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

a.sw_item02{ display: block;  }
a.sw_item02 .imgzoom{padding-bottom: 75%; width: 100%; position: relative; overflow: hidden; }
a.sw_item02 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item02:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

a.sw_item02 .txt{padding: 10px 15px; background:#475455;box-shadow:0px 0px 0px rgba(0,0,0,0.15);  width: 100%;  text-align: center;transition: all 0.5s ease-out;}
a.sw_item02 .txt .name{ font-size: 0.55rem; color: #fff; font-weight: 600; height: auto; line-height: 0.55rem; overflow: auto;}
a.sw_item02:hover .txt{ background:rgba(19,27,46,0.5); }
a.sw_item02:hover .txt .name{color: #fff;}
}

.yuyuem{margin-bottom: 20px;font-size: 16px;color: #000;}
.yuyuem i{display: inline-block;width: 4px;height: 4px; background-color:none;background-image:url("../images/dian.png");background-repeat:no-repeat; background-position:center center;padding-bottom: 10px;margin-right: 10px;}
.yuyue{height: 150px; border: 1px solid #d2d2d2;}
.yuyue .yuyue_l{float: left;width: 35%;height: 100%;}
.yuyue .yuyue_l .rexian{padding:30px 0px 0px 150px;}
.yuyue .yuyue_l .rexian .p1{font-size: 16px;color: #000;line-height: 16px;margin-bottom: 10px;}
.yuyue .yuyue_l .rexian span{font-size: 32px;color: #6f6f6f;line-height: 32px;}

.yuyue .yuyue_r{float: right;width: 65%;height: 100%;}
.yuyue .yuyue_r .zixun{padding: 25px 0px 22px 0px;height: 100%;position: relative;}

.zixun a{width: 140px; position: absolute;top: 26px;right: 30px; float: right;display: block;background-color: #c9c9c9;padding: 36px 25px;border-radius: 10px;font-size: 22px;color: #696969;}
.zixun a:hover{color: #d71718;}
.zixun .messbox_inp1{width: 100%;height: auto;}
.zixun .messbox_inp1 .inp{width: 100%;height: auto;line-height: 40px;border: 1px solid #dcdcdc;padding-left: 10px;}
.zixun .messbox_inp1 select{height: 40px; padding: 11.5px 0px;}

.zixun .message1{padding-right: 245px;width: 100%;height: 100%;}
.zixun .messbox1{float: left;width: 50%;padding-right: 0px;padding-bottom: 15px;padding-left: 30px;}


@media (max-width:1440px){

}
@media (max-width:1366px){	

}
@media (max-width:1023px){	
.yuyuem{margin-bottom: 20px;font-size: 16px;color: #000;display: none;}
.yuyue{height: 150px;display: none;}
}

.index_youshi{padding-top: 65px;padding-bottom: 65px;background-color: #f6f6f6;}
.index_youshi .title{text-align: center;border-bottom: 1px solid #ddd;padding-bottom: 25px;position: relative;}
.index_youshi .title:after{position: absolute;content: "";width: 10px;height: 10px;border-radius: 50%;bottom: -5px;left: 50%;background-color: #e60012;}
.index_youshi .title .h3{font-size: 36px;line-height: 36px;height: 36px;color: #333;margin-bottom: 35px;color: #033333;}

.youshim{margin-top: 35px;}
.youshim_t{margin-bottom: 45px; padding-top: 20px;}
.youshim_t .item01{width: 20%;float: left;padding: 0px 36px;}
.youshim_t .item01 a{display: block;text-align: center;}
.youshim_t .item01 a img{width: 80px;height: 70px;margin-bottom: 25px;}
.youshim_t .item01 a span{display: block;font-size: 18px;color: #000;font-weight: 600;line-height: 20px;margin-bottom: 15px;}
.youshim_t .item01 a:hover span{color: #d71718;}
.youshim_t .item01 a .p1{text-align: center;font-size: 14px;color: #898989;height: 75px;line-height: 25px;overflow: hidden;}

.youshim_b{position: relative;max-width: 100%;}
.youshim_b .jieshao_l{float: left;padding-right: 230px;width: 100%;}
@media (max-width:1023px){
.index_youshi{padding-top: 20px;padding-bottom: 20px;background-color: #f6f6f6;}
.index_youshi .title{text-align: center;border-bottom: 1px solid #ddd;padding-bottom: 0.4rem;position: relative;}
.index_youshi .title:after{position: absolute;content: "";width: 10px;height: 10px;border-radius: 50%;bottom: -5px;left: 50%;background-color: #e60012;}
.index_youshi .title .h3{font-size: 0.8rem;line-height:0.8rem;height: auto;color: #333;margin-bottom: 0px;color: #033333;}

.youshim{margin-top: 0px;}
.youshim_t{margin-bottom: 10px;margin-left: -10px;margin-right: -10px;}
.youshim_t .item01{width: 50%;float: left;padding: 0px 10px 10px 10px;}
.youshim_t .item01:last-child{width: 100%;}
.youshim_t .item01 a{display: block;text-align: center;}
.youshim_t .item01 a img{width: 40px;height: 30px;margin-bottom: 10px;}
.youshim_t .item01 a span{display: block;font-size: 0.6rem;color: #000;font-weight: 600;line-height: 0.6rem;margin-bottom: 5px;}
.youshim_t .item01 a:hover span{color: #d71718;}
.youshim_t .item01 a .p1{text-align: center;font-size: 0.48rem;color: #898989;height: 1.92rem;line-height: 0.64rem;overflow: hidden;}

}
.youshim_b{position: relative;max-width: 100%;}
.youshim_b .jieshao_l{float: left;padding-right: 230px;width: 100%;}
/** swiper03_box ====================================================================================*/
.swiper03_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 0px 0px; }
/** 点 ============*/
.swiper03_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper03_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper03_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #000; opacity: 0.8; width: 10px; height:10px;border-radius:50%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.swiper03_box .swiper-pagination-bullet-active{ background: #ffd400; width: 10px; opacity:1;}
/** 左右按钮 ============*/
.swiper03_box .swiper-button-prev {left: 10px;opacity:1; top: 30%;  }
.swiper03_box .swiper-button-next {right:10px;opacity:1;top: 30%; }
.swiper03_box .swiper-button-prev {width: 20px;height: 70px; background-color:none;background-image:url(themes/images/sleft.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper03_box .swiper-button-next {width: 20px;height: 70px; background-color:none;background-image:url(themes/images/sright.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper03_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(themes/images/slefth.png);}
.swiper03_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(themes/images/srighth.png);}

.swiper03_box .swiper-button-prev.hide{opacity:0;}
.swiper03_box .swiper-button-next.hide{opacity:0;}
.swiper03_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

a.sw_item03{ display: block;  }
a.sw_item03 .imgzoom{padding-bottom: 39%; width: 100%; position: relative; overflow: hidden; }
a.sw_item03 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item03:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}


.youshim_b .jieshao_r {position: absolute;top: 0px;right: 0px; width: 250px;}
/** swiper04_box ====================================================================================*/
.swiper04_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 0px 0px; }
.swiper04_box .swiper-slide{position: relative; opacity: 0.7;}
.swiper04_box .swiper-slide-thumb-active {opacity: 1; }
.swiper04_box .swiper-slide-thumb-active:after{content: "";position: absolute;top: 0px;width: 6px;height: 100%;background-color: #f00;left: 0px;}
.swiper04_box .swiper-slide:hover:after{content: "";position: absolute;top: 0px;width: 6px;height: 100%;background-color: #f00;left: 0px;}

/** 点 ============*/
.swiper04_box .swiper-container{padding: 0px 0px 0px 0px; height: 456px;width: 100%; background: #000;}
.swiper04_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper04_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #000; opacity: 0.8; width: 10px; height:10px;border-radius:50%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.swiper04_box .swiper-pagination-bullet-active{ background: #ffd400; width: 10px; opacity:1;}
/** 左右按钮 ============*/
.swiper04_box .swiper-button-prev {left: 10px;opacity:1; top: 30%;  }
.swiper04_box .swiper-button-next {right:10px;opacity:1;top: 30%; }
.swiper04_box .swiper-button-prev {width: 20px;height: 70px; background-color:none;background-image:url(themes/images/sleft.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper04_box .swiper-button-next {width: 20px;height: 70px; background-color:none;background-image:url(themes/images/sright.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper04_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(themes/images/slefth.png);}
.swiper04_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(themes/images/srighth.png);}

.swiper04_box .swiper-button-prev.hide{opacity:0;}
.swiper04_box .swiper-button-next.hide{opacity:0;}
.swiper04_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}
@media (max-width:1023px){
.youshim_b .jieshao_r {position: absolute;top: 0px;right: 0px; width: 250px;display: none;}
/** swiper04_box ====================================================================================*/
.swiper04_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 0px 0px; }
.swiper04_box .swiper-slide{position: relative; opacity: 0.7;}
.swiper04_box .swiper-slide-thumb-active {opacity: 1; }
.swiper04_box .swiper-slide-thumb-active:after{content: "";position: absolute;top: 0px;width: 6px;height: 100%;background-color: #f00;left: 0px;}
.swiper04_box .swiper-slide:hover:after{content: "";position: absolute;top: 0px;width: 6px;height: 100%;background-color: #f00;left: 0px;}

/** 点 ============*/
.swiper04_box .swiper-container{padding: 0px 0px 0px 0px; height: 456px;width: 100%; background: #000;}
.swiper04_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper04_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #000; opacity: 0.8; width: 10px; height:10px;border-radius:50%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.swiper04_box .swiper-pagination-bullet-active{ background: #ffd400; width: 10px; opacity:1;}
/** 左右按钮 ============*/
.swiper04_box .swiper-button-prev {left: 10px;opacity:1; top: 30%;  }
.swiper04_box .swiper-button-next {right:10px;opacity:1;top: 30%; }
.swiper04_box .swiper-button-prev {width: 20px;height: 70px; background-color:none;background-image:url(themes/images/sleft.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper04_box .swiper-button-next {width: 20px;height: 70px; background-color:none;background-image:url(themes/images/sright.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper04_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(themes/images/slefth.png);}
.swiper04_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(themes/images/srighth.png);}

.swiper04_box .swiper-button-prev.hide{opacity:0;}
.swiper04_box .swiper-button-next.hide{opacity:0;}
.swiper04_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}
}








a.sw_item04{ display: block;position: relative; }
a.sw_item04 i{display: block;background-image:url(../images/jieshaom.png);background-repeat:no-repeat; background-position:center center;position: absolute; width: 9px;height: 8px;top: 50%;left: 0px;z-index: 9999;margin-top: -4px;}
a.sw_item04 .imgzoom{padding-bottom: 60.5%; width: 100%; position: relative; overflow: hidden; }
a.sw_item04 .imgzoom img{width: 100%; height: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item04:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
@media (max-width:1023px){
.youshim_b{position: relative;max-width: 100%;}
.youshim_b .jieshao_l{float: left;padding-right: 0px;width: 100%;}
.youshim_b .jieshao_r {position: relative;top: 0px;right: 0px; width: 100%;}
a.sw_item04{ display: block;position: relative;}
a.sw_item04 i{display: block;background-image:url(../images/jieshaom.png);background-repeat:no-repeat; background-position:center center;position: absolute; width: 9px;height: 8px;top: 50%;left: 0px;z-index: 9999;margin-top: -4px;}
a.sw_item04 .imgzoom{padding-bottom: 65%; width: 100%; position: relative; overflow: hidden; }
a.sw_item04 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item04:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
}
@media (max-width:768px){
.youshim_b{position: relative;max-width: 100%;}
.youshim_b .jieshao_l{float: left;padding-right: 0px;width: 100%;}
.youshim_b .jieshao_r {position: relative;top: 0px;right: 0px; width: 100%;}
a.sw_item04{ display: block;position: relative;}
a.sw_item04 i{display: block;background-image:url(../images/jieshaom.png);background-repeat:no-repeat; background-position:center center;position: absolute; width: 9px;height: 8px;top: 50%;left: 0px;z-index: 9999;margin-top: -4px;}
a.sw_item04 .imgzoom{padding-bottom: 65%; width: 100%; position: relative; overflow: hidden; }
a.sw_item04 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item04:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
}

.zhengshu{padding-top: 45px;padding-bottom: 90px;}
.swiper05_box{ width:100%; position: relative; margin: 40px auto 0px auto; padding: 0px 0px;}
/** 点 ============*/
.swiper05_box .swiper-container{padding: 0px 0px 40px 0px; height: auto;}
.swiper05_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swiper05_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #000; opacity: 0.8; width: 10px; height:10px;border-radius:50%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.swiper05_box .swiper-pagination-bullet-active{ background: #ffd400; width: 10px; opacity:1;}
/** 左右按钮 ============*/
.swiper05_box .swiper-button-prev {left:10px;opacity:0.5; top: 40%;}
.swiper05_box .swiper-button-next {right:10px;opacity:0.5; top: 40%;}
.swiper05_box .swiper-button-prev {width: 40px;height: 40px; background-color:none;background-image:url(../images/jtl1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper05_box .swiper-button-next {width: 40px;height: 40px; background-color:none;background-image:url(../images/jtr1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper05_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtl2.png);}
.swiper05_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtr2.png);}

.swiper05_box .swiper-button-prev.hide{opacity:0.5;}
.swiper05_box .swiper-button-next.hide{opacity:0.5;}
.swiper05_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

a.sw_item05{ display: block;  }
a.sw_item05 .imgzoom{padding-bottom: 69%; width: 100%; position: relative; overflow: hidden; }
a.sw_item05 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_item05:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
@media (max-width:1023px){
.zhengshu{padding-top: 20px;padding-bottom: 20px;}
.swiper05_box{ width:100%; position: relative; margin: 20px auto 0px auto; padding: 0px 0px;}
.swiper05_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swiper05_box .swiper-button-prev {left:10px;opacity:0.5; top: 60%;}
.swiper05_box .swiper-button-next {right:10px;opacity:0.5; top: 60%;}
.swiper05_box .swiper-button-prev {width: 25px;height: 25px; background-color:none;background-image:url(../images/jtl1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper05_box .swiper-button-next {width: 25px;height: 25px; background-color:none;background-image:url(../images/jtr1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swiper05_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtl2.png);}
.swiper05_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtr2.png);}

.swiper05_box .swiper-button-prev.hide{opacity:0.5;}
.swiper05_box .swiper-button-next.hide{opacity:0.5;}
.swiper05_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}
}

.index_zhaoshang{padding-top: 0px;padding-bottom: 50px;}
.zhaoshang_t{margin-top: 50px;}
.zhaoshang_t img{height: auto;width: 100%;}

@media (max-width:1023px){
.index_zhaoshang{padding-top: 0px;padding-bottom: 20px;}
.zhaoshang_t{margin-top: 10px;}
.zhaoshang_t img{height: auto;width: 100%;}	
}
.zhaoshang_b{margin-top: 25px;}
.zhaoshang_b .item01{padding: 12px 25px;background-color: #a0a0a0;}
.zhaoshang_b .item01 .h3{font-size: 26px;color: #fff;}
.zhaoshang_b .item01 .h3 span{font-size: 18px;display: inline-block;padding-left: 15px;line-height: 18px;}
.zhaoshang_b .item02 a{display: block;float: left;width: 20%;text-align: center;background-color: #fff;border: 1px solid #ddd;border-right: 0px solid #ddd;padding: 30px 20px 50px 20px;border-top: 0px solid #ddd;}
.zhaoshang_b .item02 a:last-child{border-right: 1px solid #ddd;}
.zhaoshang_b .item02 a i{display: inline-block;width: 97px;height: 104px;background-repeat:no-repeat; background-position:left center;background-size: auto;transition: all 0.5s ease-out;}
.zhaoshang_b .item02 a:hover i{ background-position:right center;}
.zhaoshang_b .item02 a span{display: block;font-size: 16px;color: #000;font-weight: 600;margin-top: 5px;line-height: 20px;height: 20px;overflow: hidden;}
@media (max-width:1023px){
.zhaoshang_b{margin-top: 15px;}
.zhaoshang_b .item01{padding: 10px 10px;background-color: #a0a0a0;}
.zhaoshang_b .item01 .h3{font-size: 0.7rem;color: #fff;}
.zhaoshang_b .item01 .h3 span{font-size: 0.5rem;display: block;padding-left: 0px;line-height: 0.64rem;}
.zhaoshang_b .item02 a{display: block;float: left;width: 50%;text-align: center;background-color: #fff;border: 1px solid #ddd;border-right: 1px solid #ddd;padding: 20px 10px 20px 10px;border-top: 0px solid #ddd;}
.zhaoshang_b .item02 a:last-child{width: 100%; border-right: 1px solid #ddd;}
.zhaoshang_b .item02 a i{display: inline-block;width: 97px;height: 104px;background-repeat:no-repeat; background-position:left center;background-size: auto;transition: all 0.5s ease-out;}
.zhaoshang_b .item02 a:hover i{ background-position:right center;}
.zhaoshang_b .item02 a span{display: block;font-size: 0.5rem;color: #000;font-weight: 600;margin-top: 5px;line-height: 0.6rem;height: 0.6rem;overflow: hidden;}
}

.index_zixun{padding-top: 55px;padding-bottom: 65px;background-color: #f6f6f6;}
.zixun_m{margin-top: 40px;}

.zixun_m_b{margin-top: 45px;background-color: #fff;}
.zixun_m_b .zixun_s{ display: none;}
.zixun_m_b .zixun_s:first-child{display: block;}

ul.zixun_list01{float: left;width: 65%;padding: 25px 95px 55px 75px;position: relative;}
ul.zixun_list01:after{content: "";position: absolute;top: 50px;right: 0px; width: 2px;height: 260px;border-right: 1px solid #ddd;}
ul.zixun_list01 li{display: block;border-bottom: 1px solid #ddd;}
ul.zixun_list01 li a{display: block;position: relative;color: #000;font-size: 16px;line-height: 70px;height: 70px;overflow: hidden;padding-right: 80px;}
ul.zixun_list01 li a:hover{color: #d71718;}
ul.zixun_list01 li a span{position: absolute;bottom: 0px;right: 0px;width: 70px;font-size: 14px;font-weight: 600;}

ul.zixun_list02{float: right;width: 35%;padding: 30px 90px 55px 90px;}
ul.zixun_list02 li{display: block;}
ul.zixun_list02 li a{display: block;}
ul.zixun_list02 li a .p1{font-size: 16px;line-height: 35px;height: 35px;overflow: hidden; color: #000;}
ul.zixun_list02 li a:hover .p1{color: #d71718;}
ul.zixun_list02 li a .p2{font-size: 16px;line-height: 35px;height: 35px;overflow: hidden; color: #959595;}
@media (max-width:1023px){
.index_zixun{padding-top: 20px;padding-bottom: 20px;background-color: #f6f6f6;}
.zixun_m{margin-top: 15px;}

.zixun_m_b{margin-top: 15px;background-color: #fff;}
ul.zixun_list01{float: left;width: 100%;border-right: 1px solid #ddd;padding: 10px 10px 10px 10px;}
ul.zixun_list01:after{content: "";position: absolute;top: 50px;right: 0px; width: 2px;height: 260px;border-right: 0px solid #ddd;}
ul.zixun_list01 li{display: block;border-bottom: 1px solid #ddd;}
ul.zixun_list01 li a{display: block;position: relative;color: #000;font-size: 0.48rem;line-height: 1.5rem;height: 1.5rem;overflow: hidden;padding-right: 95px;}
ul.zixun_list01 li a:hover{color: #d71718;}
ul.zixun_list01 li a span{position: absolute;bottom: 0px;right: 0px;width: 70px;font-size: 0.42rem;font-weight: 500;}

ul.zixun_list02{float: right;width: 100%;padding: 10px 10px 10px 10px;}
ul.zixun_list02 li a{display: block;line-height: 2rem;height: 2rem;}
ul.zixun_list02 li a .p1{font-size: 0.48rem;line-height: 0.8rem;height: 0.8rem;overflow: hidden; color: #000; display: block;}
ul.zixun_list02 li a:hover .p1{color: #d71718;}
ul.zixun_list02 li a .p2{font-size: 0.48rem;line-height: 0.8rem;height: 0.8rem;overflow: hidden; color: #959595;}
}

.footer{padding-top: 80px;padding-bottom: 115px;background-color: #3e3e3e;border-bottom: 1px solid #707070;}
.footerm{margin-left: -20px;margin-right: -20px;}
.footerm li{width: 12.5%;float: left;padding: 0px 20px;}
.footerm li dt{font-size: 16px;color: #cccccc;border-bottom: 1px solid #999;display: inline-block;padding-bottom: 15px;margin-bottom: 15px;}
.footerm li dd a{display: inline-block;font-size: 14px;color: #8b8b8b;padding-bottom: 10px;}
.footerm li dd a:hover{color: #d71718;}

.footer_b{padding-top: 30px;padding-bottom: 30px;background-color: #3e3e3e;color: #fff;}
.footer_bm{position: relative;}
.footer_bm .logo{ position: absolute; left: 0px; top: 20px; max-width: 175px;}
.footer_bm_l{ width: 100%; padding: 30px 200px 0px 230px; min-height: 105px;  color: #fff; text-align: center; line-height: 24px; font-size: 14px; }
.footer_bm_l a{color: #fff;  }
.footer_bm_l a:hover{color: #d71718;  }
.weixin{position: absolute; right: 0px; top: 0px; width: 105px;}
.weixin img{display: block;width: 100%;}
@media (max-width:1023px){
.footer{padding-top: 80px;padding-bottom: 115px;background-color: #3e3e3e;border-bottom: 1px solid #707070;display: none;}

.footer_b{padding-top: 15px;padding-bottom: 15px;background-color: #3e3e3e;color: #fff;}
.footer_bm{position: relative;}
.footer_bm .logo{ position: relative; left: 0px; top: 0px; max-width: 100%; text-align: center;}
.footer_bm_l{ width: 100%; padding: 20px 0px 0px 0px; min-height:auto;  color: #fff; text-align:center; line-height: 1.6; font-size: 0.42rem;  }
.weixin{position: relative; right: 0px; top: 0px; width: 105px; margin: 20px auto 10px auto;}
.weixin img{display: block;width: 100%;}
}



/** pag_nav ====================================================================================*/
.pag_nav{ width: 100%; background: #ededed; height:auto;  text-align: center; line-height: 70px; font-size: 0px; }
.pag_nav .max1440{display: flex; justify-content: center;align-items: center; align-content: center;}
.pag_nav a{ display:block; position: relative;  font-size: 16px; height: 70px; line-height: 70px; width:14.222%;  }
.pag_nav a:hover{background: #d71718; color: #fff;}
.pag_nav a.active{background: #d71718; color: #fff;}
.pag_nav a.active:before{content: " ";display: block;  position: absolute; bottom: -10px; left: 50%; margin-left: -10px;border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #cc2a1e;}

.pag_nav a b{  height: 20px; line-height: 20px; display: inline-block; font-weight: 500; }
.pag_nav a:hover b{ background-position:left center;}
.pag_nav a.active b{ background-position:left center;}

.pag_nav a .i1{width: 20px; margin-right: 5px; transition: all 0.5s ease-out;background-image:url(../images/pagnav1.png);background-repeat:no-repeat; background-position:right center; background-size:200% 100%;}
.pag_nav a .i2{width: 20px; margin-right: 5px; transition: all 0.5s ease-out;background-image:url(../images/pagnav2.png);background-repeat:no-repeat; background-position:right center; background-size:200% 100%;}
.pag_nav a .i3{width: 20px; margin-right: 5px; transition: all 0.5s ease-out;background-image:url(../images/pagnav3.png);background-repeat:no-repeat; background-position:right center; background-size:200% 100%;}
.pag_nav a .i4{width: 20px; margin-right: 5px; transition: all 0.5s ease-out;background-image:url(../images/pagnav4.png);background-repeat:no-repeat; background-position:right center; background-size:200% 100%;}
.pag_nav a .i5{width: 20px; margin-right: 5px; transition: all 0.5s ease-out;background-image:url(../images/pagnav5.png);background-repeat:no-repeat; background-position:right center; background-size:200% 100%;}
.pag_nav a .i6{width: 20px; margin-right: 5px; transition: all 0.5s ease-out;background-image:url(../images/pagnav6.png);background-repeat:no-repeat; background-position:right center; background-size:200% 100%;}
.pag_nav a .i7{width: 20px; margin-right: 5px; transition: all 0.5s ease-out;background-image:url(../images/pagnav7.png);background-repeat:no-repeat; background-position:right center; background-size:200% 100%;}
@media (max-width:1023px){
.pag_nav{ width: 100%; background: #ededed; height:auto;  text-align: center; line-height: 70px; font-size: 0px; }
.pag_nav .max1440{display: flex; justify-content: center;align-items: center; align-content: center;flex-wrap: wrap;}
.pag_nav a{ display:block; position: relative;  font-size: 14px; height: 35px; line-height: 35px; width:50%;  }
.pag_nav a:hover{background: #d71718; color: #fff;}
.pag_nav a.active{background: #d71718; color: #fff;}
.pag_nav a.active:before{content: " ";display: block;  position: absolute; bottom: -10px; left: 50%; margin-left: -10px;border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #cc2a1e;}

.pag_nav a b{  height: 20px; line-height: 20px; display: inline-block; font-weight: 500; }
.pag_nav a:hover b{ background-position:left center;}
.pag_nav a.active b{ background-position:left center;}

.pag_nav a .i1{width: 20px; margin-right: 5px; transition: all 0.5s ease-out;background-image:url(../images/pagnav1.png);background-repeat:no-repeat; background-position:right center; background-size:200% 100%;}
.pag_nav a .i2{width: 20px; margin-right: 5px; transition: all 0.5s ease-out;background-image:url(../images/pagnav2.png);background-repeat:no-repeat; background-position:right center; background-size:200% 100%;}
.pag_nav a .i3{width: 20px; margin-right: 5px; transition: all 0.5s ease-out;background-image:url(../images/pagnav3.png);background-repeat:no-repeat; background-position:right center; background-size:200% 100%;}
.pag_nav a .i4{width: 20px; margin-right: 5px; transition: all 0.5s ease-out;background-image:url(../images/pagnav4.png);background-repeat:no-repeat; background-position:right center; background-size:200% 100%;}
.pag_nav a .i5{width: 20px; margin-right: 5px; transition: all 0.5s ease-out;background-image:url(../images/pagnav5.png);background-repeat:no-repeat; background-position:right center; background-size:200% 100%;}
.pag_nav a .i6{width: 20px; margin-right: 5px; transition: all 0.5s ease-out;background-image:url(../images/pagnav6.png);background-repeat:no-repeat; background-position:right center; background-size:200% 100%;}
.pag_nav a .i7{width: 20px; margin-right: 5px; transition: all 0.5s ease-out;background-image:url(../images/pagnav7.png);background-repeat:no-repeat; background-position:right center; background-size:200% 100%;}
}


/** pro_nav ====================================================================================*/
.pro_nav{ width: 100%; border-bottom: 1px solid #959595;height:auto;  text-align: center;  font-size: 0px; }
.pro_nav .max1440{display: flex; justify-content: center;align-items: center; align-content: center;}
.pro_nav a{ display:block; position: relative;  font-size: 16px; width:14.222%; padding: 20px 0px 30px 0px;  }
.pro_nav a:hover{ color: #de0001;}
.pro_nav a b{display: block; margin-top: 10px;}
.pro_nav a.active{color: #de0001;}
.pro_nav a.active:before{content: " ";display: block;  position: absolute; bottom: -10px; left: 50%; margin-left: -15px;border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #959595;}
@media (max-width:1023px){
.pro_nav{ width: 100%; border-bottom: 1px solid #959595;height:auto;  text-align: center;  font-size: 0px;}
.pro_nav .max1440{display: flex; justify-content: center;align-items: center; align-content: center;flex-wrap: wrap;}
.pro_nav a{ display:block; position: relative;  font-size: 12px; width:25%; padding: 10px 0px 10px 0px;}
.pro_nav a:hover{ color: #de0001;}
.pro_nav a b{display: block; margin-top: 5px;}
.pro_nav a.active{color: #de0001;}
.pro_nav a.active:before{content: " ";display: block;  position: absolute; bottom: -5px; left: 50%; margin-left: -15px;border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #959595;}
}
@media (max-width:768px){
.pro_nav a{ display:block; position: relative;  font-size: 12px; width:33.3333%; padding: 10px 0px 10px 0px;}
}





/** pag_main ====================================================================================*/
.pag_main{ padding-top: 50px; padding-bottom: 60px; font-size: 16px; line-height: 2; color: #333;}
@media (max-width:1023px){
.pag_main{ padding-top: 20px; padding-bottom: 20px; font-size: 16px; line-height: 2; color: #333;}
}


/** 关于我们 ====================================================================================*/
.pag_about1_t{ background: #fff; box-shadow:0 0 15px rgba(0,0,0,0.15);}
.about1_t01{ float: left; width: 33.33333%; position: relative;}
.about1_t01 .text{position: absolute; top: 50%; width: 100%; padding: 10% 10% 0 10%;}
.about1_t01 .text1{position: absolute; top: 0%; width: 100%; padding: 10% 10% 0 10%;}
.about1_t01 .t1{ display: block; font-size: 30px; color: #666;}
.about1_t01 .t2{ display: block; margin-top: 15px; font-size: 16px; color: #333; line-height: 25px; height: 75px; overflow: hidden;}
@media (max-width:1023px){
.pag_about1_t{ background: #fff; box-shadow:0 0 15px rgba(0,0,0,0.15);display: none;}
.about1_t01{ float: left; width: 100%; position: relative;}
.about1_t01 .text{position: absolute; top: 0%; width: 100%; padding: 60% 3% 0 3%;}
.about1_t01 .text1{position: absolute; top: 0%; width: 100%; padding: 5% 3% 0 3%;}
.about1_t01 .t1{ display: block; font-size: 18px; color: #666;line-height: 20px;}
.about1_t01 .t2{ display: block; margin-top: 5px; font-size: 14px; color: #333; line-height: 24px; height: auto; overflow: hidden;}
}

.pag_about1_b{padding: 50px 60px; font-size: 16px; line-height: 2;}
.pag_about1_bnum{padding: 30px 0px;}
@media (max-width:1023px){
.pag_about1_b{padding: 0px 0px 10px 0px; font-size: 14px; line-height: 1.5;}
.pag_about1_bnum{padding: 10px 0px;}
}
.item_num{width: 31.333%; margin: 0px 1%; float: left; background: #f3f3f3; border: 1px solid #999; text-align: center; padding: 30px 30px;}
.item_num01{ font-size:40px; line-height: 1; font-weight: bold; color: #d81718;}
.item_num02{ color: #333;}
@media (max-width:1023px){
.item_num{width: 100%; margin: 0px 0%; float: left; background: #f3f3f3; border: 1px solid #999; text-align: center; padding: 10px 10px;}
.item_num01{ font-size:20px; line-height: 1; font-weight: bold; color: #d81718;}
.item_num02{ color: #333;}
}



/** 领导关怀 ====================================================================================*/
.pag_about2{ padding-top: 150px;}

.pag_about2_1{min-height: 200px; }

/** ld01_box ====================================================================================*/
.ld01_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 0px 0px; }
/** 点 ============*/
.ld01_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.ld01_box .swiper-pagination{width: 100%; text-align:left; left: 22%; bottom: 10px; }
.ld01_box .swiper-pagination-bullet{ background: #fff; border: 0px solid #000; opacity: 0.8; width: 5px; height:15px;border-radius:0%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.ld01_box .swiper-pagination-bullet-active{ background: #e70f1a; width: 5px;height: 30px; opacity:1;}
/** 左右按钮 ============*/
.ld01_box .swiper-button-prev {left: 0px;opacity:1; top: 50%;}
.ld01_box .swiper-button-next {right:0px;opacity:1;top: 50%;}
.ld01_box .swiper-button-prev {width: 40px;height: 60px; background-color:#4f5e66;background-image:url(../images/sleft.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ld01_box .swiper-button-next {width: 40px;height: 60px; background-color:#2b4b61;background-image:url(../images/sright.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ld01_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sleft.png);}
.ld01_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sright.png);}
.ld01_box .swiper-button-prev.hide{opacity:0.5;}
.ld01_box .swiper-button-next.hide{opacity:0.5;}
.ld01_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

.ld01_item{ display: block;  }
@media (max-width:1023px){
/** ld01_box ====================================================================================*/
.ld01_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 0px 0px; }
/** 点 ============*/
.ld01_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.ld01_box .swiper-pagination{width: 100%; text-align:left; left: 47%; bottom: 0px;}
.ld01_box .swiper-pagination-bullet{ background: #fff; border: 0px solid #000; opacity: 0.8; width: 5px; height:15px;border-radius:0%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.ld01_box .swiper-pagination-bullet-active{ background: #e70f1a; width: 5px;height: 25px; opacity:1;}
/** 左右按钮 ============*/
.ld01_box .swiper-button-prev {left: 0px;opacity:1; top: 50%;}
.ld01_box .swiper-button-next {right:0px;opacity:1;top: 50%;}
.ld01_box .swiper-button-prev {width: 20px;height: 40px; background-color:#4f5e66;background-image:url(../images/sleft.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ld01_box .swiper-button-next {width: 20px;height: 40px; background-color:#2b4b61;background-image:url(../images/sright.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ld01_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sleft.png);}
.ld01_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sright.png);}
.ld01_box .swiper-button-prev.hide{opacity:0.5;}
.ld01_box .swiper-button-next.hide{opacity:0.5;}
.ld01_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

.ld01_item{ display: block;  }
	.pag_about2{ padding-top: 150px;}

.pag_about2_1{min-height: auto; }
}

.pag_about2_2{padding: 70px 0px;}
/** ld02_box ====================================================================================*/
.ld02_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 0px 0px; }
/** 点 ============*/
.ld02_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.ld02_box .swiper-pagination{width: 100%; text-align:right; left: 0%; bottom: 10px; padding-right: 25%;}
.ld02_box .swiper-pagination-bullet{ background: #fff; border: 0px solid #000; opacity: 0.8; width: 5px; height:10px;border-radius:0%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.ld02_box .swiper-pagination-bullet-active{ background: #e70f1a; width: 5px;height: 20px; opacity:1;}
/** 左右按钮 ============*/
.ld02_box .swiper-button-prev {left: 0px;opacity:1; top: 50%;}
.ld02_box .swiper-button-next {right:0px;opacity:1;top: 50%;}
.ld02_box .swiper-button-prev {width: 40px;height: 60px; background-color:#4f5e66;background-image:url(../images/sleft.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ld02_box .swiper-button-next {width: 40px;height: 60px; background-color:#2b4b61;background-image:url(../images/sright.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ld02_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sleft.png);}
.ld02_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sright.png);}
.ld02_box .swiper-button-prev.hide{opacity:0.5;}
.ld02_box .swiper-button-next.hide{opacity:0.5;}
.ld02_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

.ld02_item{ display: block;  }
@media (max-width:1023px){
.pag_about2_2{padding: 20px 0px;}
/** ld02_box ====================================================================================*/
.ld02_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 0px 0px; }
/** 点 ============*/
.ld02_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.ld02_box .swiper-pagination{width: 100%; text-align:right; left: 0%; bottom: 0px; padding-right: 47%;}
.ld02_box .swiper-pagination-bullet{ background: #fff; border: 0px solid #000; opacity: 0.8; width: 5px; height:15px;border-radius:0%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.ld02_box .swiper-pagination-bullet-active{ background: #e70f1a; width: 5px;height: 25px; opacity:1;}
/** 左右按钮 ============*/
.ld02_box .swiper-button-prev {left: 0px;opacity:1; top: 50%;}
.ld02_box .swiper-button-next {right:0px;opacity:1;top: 50%;}
.ld02_box .swiper-button-prev {width: 20px;height: 40px; background-color:#4f5e66;background-image:url(../images/sleft.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ld02_box .swiper-button-next {width: 20px;height: 40px; background-color:#2b4b61;background-image:url(../images/sright.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ld02_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sleft.png);}
.ld02_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sright.png);}
.ld02_box .swiper-button-prev.hide{opacity:0.5;}
.ld02_box .swiper-button-next.hide{opacity:0.5;}
.ld02_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

.ld02_item{ display: block;  }
}

.pag_about2_3_tit{ padding: 0px 0px 70px 0px; text-align: center;}
.pag_about2_3_tit .titcn{ color: #d71718; font-size: 24px;}
.pag_about2_3_tit .titen{ color: #cbcbcb; font-size: 36px;text-transform:uppercase;}


.pag_about2_3{padding: 0px 0px 70px 0px; position: relative;}
.pag_about2_3:before{content: " ";display: block;  background: #5a5a5a; position: absolute; width: 100%; height: 350px;}

.pag_about2_3l{ width: 40%; float: left; color: #fcd475; padding-top: 40px; padding-left: 5%;}
.about2_3l01{ font-size: 40px; text-align:center;}
.about2_3l02{ margin-top: 20px; font-size: 18px; line-height: 2; }

a.about2_3l03{ background: #d81718; color: #fff; font-size: 16px; width: 120px; text-align: center; height: 100px; display:flex; justify-content: center; align-items: center;  margin-left: 50px; margin-top: 20px;}
@media (max-width:1023px){
.pag_about2_3_tit{ padding: 0px 0px 20px 0px; text-align: center;}
.pag_about2_3_tit .titcn{ color: #d71718; font-size: 20px;line-height: 24px;}
.pag_about2_3_tit .titen{ color: #cbcbcb; font-size: 20px;line-height: 24px; text-transform:uppercase;}


.pag_about2_3{padding: 0px 0px 10px 0px; position: relative;}
.pag_about2_3:before{content: " ";display: block;  background: #5a5a5a; position: absolute; width: 100%; height: 100%;}

.pag_about2_3l{ width: 100%; float: left; color: #fcd475; padding-top: 10px; padding-left: 0%;}
.about2_3l01{ font-size: 22px; text-align:center;line-height: 22px;}
.about2_3l02{ margin-top: 10px; font-size: 14px; line-height: 1.5; }

a.about2_3l03{ background: #d81718; color: #fff; font-size: 14px; width: 100px; text-align: center; height: 30px; display:flex; justify-content: center; align-items: center;  margin-left: 0px; margin-top: 10px;margin-bottom: 10px;}
}


.pag_about2_3r{ width: 55%; float: right;}
/** ld03_box ====================================================================================*/
.ld03_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 0px 0px; }
/** 点 ============*/
.ld03_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.ld03_box .swiper-pagination{width: 100%; text-align:right; left: 0%; bottom: 10px; padding-right: 50%;}
.ld03_box .swiper-pagination-bullet{ background: #fff; border: 0px solid #000; opacity: 0.8; width: 5px; height:15px;border-radius:0%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.ld03_box .swiper-pagination-bullet-active{ background: #e70f1a; width: 5px;height: 30px; opacity:1;}
/** 左右按钮 ============*/
.ld03_box .swiper-button-prev {left: 0px;opacity:1; top: 50%;}
.ld03_box .swiper-button-next {right:0px;opacity:1;top: 50%;}
.ld03_box .swiper-button-prev {width: 40px;height: 60px; background-color:#4f5e66;background-image:url(../images/sleft.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ld03_box .swiper-button-next {width: 40px;height: 60px; background-color:#2b4b61;background-image:url(../images/sright.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ld03_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sleft.png);}
.ld03_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sright.png);}
.ld03_box .swiper-button-prev.hide{opacity:0.5;}
.ld03_box .swiper-button-next.hide{opacity:0.5;}
.ld03_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

.ld03_item{ display: block;  }
@media (max-width:1023px){
.pag_about2_3r{ width: 100%; float: right;}
/** ld03_box ====================================================================================*/
.ld03_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 0px 0px; }
/** 点 ============*/
.ld03_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.ld03_box .swiper-pagination{width: 100%; text-align:right; left: 0%; bottom: 0px; padding-right: 50%;}
.ld03_box .swiper-pagination-bullet{ background: #fff; border: 0px solid #000; opacity: 0.8; width: 5px; height:10px;border-radius:0%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.ld03_box .swiper-pagination-bullet-active{ background: #e70f1a; width: 5px;height: 20px; opacity:1;}
/** 左右按钮 ============*/
.ld03_box .swiper-button-prev {left: 0px;opacity:1; top: 50%;}
.ld03_box .swiper-button-next {right:0px;opacity:1;top: 50%;}
.ld03_box .swiper-button-prev {width: 20px;height: 40px; background-color:#4f5e66;background-image:url(../images/sleft.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ld03_box .swiper-button-next {width: 20px;height: 40px; background-color:#2b4b61;background-image:url(../images/sright.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ld03_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sleft.png);}
.ld03_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sright.png);}
.ld03_box .swiper-button-prev.hide{opacity:0.5;}
.ld03_box .swiper-button-next.hide{opacity:0.5;}
.ld03_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

.ld03_item{ display: block;  }
}



/** 荣誉资质 ====================================================================================*/
ul.ry_list{ margin-left:10px; margin-right: 10px; display: block; padding-top: 10px;}
ul.ry_list li{ width: 25%; height:auto; float: left; padding: 15px 15px;}
ul.ry_list li a{display: block;position: relative; padding: 10px; border: 1px solid #ccc;}
ul.ry_list li a .bian{position: relative;}

ul.ry_list li a .imgzoom{padding-bottom:70%; width: 100%; position: relative; overflow: hidden; }
ul.ry_list li a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.ry_list li a:hover .imgzoom img{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}

ul.ry_list li a .text{padding: 10px 0px 10px 0px; overflow: hidden; }
ul.ry_list li a .text .t1{ font-size: 16px; text-align: center;height: 22px;line-height: 22px; margin-bottom: 10px; overflow: hidden; font-weight: bold; position: relative;transition: all 0.5s ease-out; word-break: break-all; text-overflow: ellipsis; white-space: nowrap;}
ul.ry_list li a .text .t1_1{ border-bottom: 1px solid #ccc;}
ul.ry_list li a .text .t2{ font-size: 14px; line-height: 25px; height: 75px; margin-top: 10px; margin-bottom: 10px; overflow: hidden; color: #666;}
ul.ry_list li a .text .t3{ color: #999; display:block; font-size: 12px; line-height: 1;  padding:  0px;transition: all 0.5s ease-out;}
@media (max-width:1023px){
ul.ry_list{ margin-left:10px; margin-right: 10px; display: block; padding-top: 10px;}
ul.ry_list li{ width: 50%; height:auto; float: left; padding: 15px 15px;}
ul.ry_list li a{display: block;position: relative; padding: 10px; border: 1px solid #ccc;}
ul.ry_list li a .bian{position: relative;}

ul.ry_list li a .imgzoom{padding-bottom:70%; width: 100%; position: relative; overflow: hidden; }
ul.ry_list li a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.ry_list li a:hover .imgzoom img{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}

ul.ry_list li a .text{padding: 10px 0px 10px 0px; overflow: hidden; }
ul.ry_list li a .text .t1{ font-size: 16px; text-align: center;height: 22px;line-height: 22px; margin-bottom: 10px; overflow: hidden; font-weight: bold; position: relative;transition: all 0.5s ease-out; word-break: break-all; text-overflow: ellipsis; white-space: nowrap;}
ul.ry_list li a .text .t1_1{ border-bottom: 1px solid #ccc;}
ul.ry_list li a .text .t2{ font-size: 14px; line-height: 22px; height: 75px; margin-top: 10px; margin-bottom: 10px; overflow: hidden; color: #666;}
ul.ry_list li a .text .t3{ color: #999; display:block; font-size: 12px; line-height: 1;  padding:  0px;transition: all 0.5s ease-out;}
}
@media (max-width:768px){
ul.ry_list{ margin-left:0px; margin-right: 0px; display: block; padding-top: 10px;}
ul.ry_list li{ width: 100%; height:auto; float: left; padding: 0px 0px 10px 0px;}
ul.ry_list li a{display: block;position: relative; padding: 10px; border: 1px solid #ccc;}
ul.ry_list li a .bian{position: relative;}

ul.ry_list li a .imgzoom{padding-bottom:70%; width: 100%; position: relative; overflow: hidden; }
ul.ry_list li a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
ul.ry_list li a:hover .imgzoom img{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}

ul.ry_list li a .text{padding: 10px 0px 10px 0px; overflow: hidden; }
ul.ry_list li a .text .t1{ font-size: 16px; text-align: center;height: 22px;line-height: 22px; margin-bottom: 5px; overflow: hidden; font-weight: bold; position: relative;transition: all 0.5s ease-out; word-break: break-all; text-overflow: ellipsis; white-space: nowrap;}
ul.ry_list li a .text .t1_1{ border-bottom: 1px solid #ccc;}
ul.ry_list li a .text .t2{ font-size: 14px; line-height: 25px; height: auto; margin-top: 5px; margin-bottom: 5px; overflow: hidden; color: #666;}
ul.ry_list li a .text .t3{ color: #999; display:block; font-size: 12px; line-height: 1;  padding:  0px;transition: all 0.5s ease-out;}
}
/** 发展历程 ====================================================================================*/
.about_dsj{ width: 100%; padding: 20px 0px; margin: 30px 0px; position: relative;}
.biz_longString{ position: absolute; bottom: 0px; left: 50%; width: 2px; margin-left: -1px; height: 100%; background-color: #d91718;}
.biz_longString img{position: absolute; top: 0px; left: -5px; width: 12px; max-width: 12px;}

.about_dsjm{ width: auto; margin-bottom: 20px;}
.about_dsjml{float: left; width: 47%; text-align: right; height: 100%; }
.about_dsjml .f01{float: right;  display: block; padding-top: 35px;}
.about_dsjml img{ height: 90px;}
.about_dsjmc{float: left; width: 6%; height: 35px; margin-top: 35px; background-image:url(../images/about_dsjmcbg.png);background-repeat:no-repeat; background-position:center center; background-size:auto; position: relative; z-index: 10;}
.about_dsjmr{float: right; width: 47%; text-align: left; padding-top: 35px; padding-right: 10%;}

.f01{ color: #d91718; font-size: 22px; line-height: 30px;}
.f02{ color: #333; font-size: 16px; border: 0px solid #ccc; display: block; text-align: left; width: 100%; padding: 20px 30px; line-height: 1.6;box-shadow:0 0 15px rgba(0,0,0,0.15);}

.about_dsjm:nth-child(2n-1) .about_dsjml{float: right; text-align: left;}
.about_dsjm:nth-child(2n-1) .about_dsjml .f01{float: left; }
.about_dsjm:nth-child(2n-1) .about_dsjmc{float: right; }
.about_dsjm:nth-child(2n-1) .about_dsjmr{float: left;padding-left: 10%; padding-right: 0%;}
@media (max-width:1023px){
.about_dsj{ width: 100%; padding: 20px 0px; margin: 0px 0px; position: relative;}
.biz_longString{ position: absolute; bottom: 0px; left: 50%; width: 2px; margin-left: -1px; height: 100%; background-color: #d91718;}
.biz_longString img{position: absolute; top: 0px; left: -5px; width: 12px; max-width: 12px;}

.about_dsjm{ width: auto; margin-bottom: 20px;}
.about_dsjml{float: left; width: 45%; text-align: right; height: 100%; }
.about_dsjml .f01{float: right;  display: block; padding-top: 35px;}
.about_dsjml img{ height: 90px;}
.about_dsjmc{float: left; width: 10%; height: 35px; margin-top: 35px; background-image:url(../images/about_dsjmcbg.png);background-repeat:no-repeat; background-position:center center; background-size:auto; position: relative; z-index: 10;}
.about_dsjmr{float: right; width: 45%; text-align: left; padding-top: 0px; padding-right: 0%;}

.f01{ color: #d91718; font-size: 22px; line-height: 30px;}
.f02{ color: #333; font-size: 14px; border: 0px solid #ccc; display: block; text-align: left; width: 100%; padding: 10px 10px; line-height: 1.6;box-shadow:0 0 15px rgba(0,0,0,0.15);}

.about_dsjm:nth-child(2n-1) .about_dsjml{float: left; text-align: right;}
.about_dsjm:nth-child(2n-1) .about_dsjml .f01{float: right; }
.about_dsjm:nth-child(2n-1) .about_dsjmc{float: left; }
.about_dsjm:nth-child(2n-1) .about_dsjmr{float: right;padding-left: 0%; padding-right: 0%;}
}


/** 人才招聘 ====================================================================================*/
.job_list{ padding: 0px 0px 50px 0px;font-size: 14px; }
dl.job_tit{ background: #f0f0f0; padding: 25px 0px;}
dl.job_tit dd{ float: left; text-align: center;}
dl.job_tit dd:nth-child(1){ width: 20%}
dl.job_tit dd:nth-child(2){ width: 10%}
dl.job_tit dd:nth-child(3){ width: 10%}
dl.job_tit dd:nth-child(4){ width: 40%}
dl.job_tit dd:nth-child(5){ width: 10%}
dl.job_tit dd:nth-child(6){ width: 10%}

.job_listm{ border: 1px solid #f0f0f0;}
dl.job_m{ background: #fff; padding: 25px 0px; border-bottom: 1px solid #f0f0f0;}
dl.job_m dd{ float: left; text-align: center;}
dl.job_m dd:nth-child(1){ width: 20%}
dl.job_m dd:nth-child(2){ width: 10%}
dl.job_m dd:nth-child(3){ width: 10%}
dl.job_m dd:nth-child(4){ width: 40%}
dl.job_m dd:nth-child(5){ width: 10%}
dl.job_m dd:nth-child(6){ width: 10%}

dl.job_m dd a{ background: #d71718; color: #fff;border-radius:20px; padding: 0px 20px; line-height: 30px; height: 30px; display:inline-block;}
dl.job_m dd a:hover{background: #a00607;}
@media (max-width:1023px){
.job_list{ padding: 0px 0px 20px 0px;font-size: 14px;}
.job_list dl.job_tit{ background: #f0f0f0; padding: 15px 5px;}
.job_list dl.job_tit dd{ float: left; text-align: center;}
.job_list dl.job_tit dd:nth-child(1){ width: 16.6%;margin: 0px 2px;}
.job_list dl.job_tit dd:nth-child(2){ width: 16.6%;margin: 0px 2px;}
.job_list dl.job_tit dd:nth-child(3){ width: 16.6%;margin: 0px 2px;}
.job_list dl.job_tit dd:nth-child(4){ width: 16.6%;margin: 0px 2px;}
.job_list dl.job_tit dd:nth-child(5){ width: 16.6%;margin: 0px 2px;}
.job_list dl.job_tit dd:nth-child(6){ width: 10%;margin: 0px 2px;}

.job_listm{ border: 1px solid #f0f0f0;width: 100%;height: 150px;overflow-y: scroll;}
dl.job_m{ background: #fff; padding: 15px 0px; border-bottom: 1px solid #f0f0f0;width: 1000px;}
dl.job_m dd{ float: left; text-align: center;}
dl.job_tit dd:nth-child(1){ width: 20%}
dl.job_tit dd:nth-child(2){ width: 10%}
dl.job_tit dd:nth-child(3){ width: 10%}
dl.job_tit dd:nth-child(4){ width: 40%}
dl.job_tit dd:nth-child(5){ width: 10%}
dl.job_tit dd:nth-child(6){ width: 10%}

dl.job_m dd a{ background: #d71718; color: #fff;border-radius:5px; padding: 0px 10px; line-height: 20px; height: 20px; display:inline-block;}
dl.job_m dd a:hover{background: #a00607;}
}



/** 新闻中心 ====================================================================================*/
ul.news_list{ margin-left:-10px; margin-right: -10px; display: block; padding-top: 10px;}
ul.news_list li{ width: 33.333%; height:auto; float: left; padding: 10px 10px;}
ul.news_list li a{display: block;position: relative; padding: 0px; background: #f9f9f9; }
ul.news_list li a .bian{position: relative;}

ul.news_list li a .imgzoom{padding-bottom:85%; width: 100%; position: relative; overflow: hidden; }
ul.news_list li a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;  }
ul.news_list li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

ul.news_list li a .text{padding: 20px 20px 10px 20px; overflow: hidden; text-align: center; }
ul.news_list li a .text .t1{ font-size: 16px; height: 22px;line-height: 22px; margin-bottom: 10px; overflow: hidden; font-weight: bold; position: relative;transition: all 0.5s ease-out; word-break: break-all; text-overflow: ellipsis; white-space: nowrap; color: #de0001;}
ul.news_list li a .text .t2{ font-size: 14px; line-height: 25px; height: 75px; margin-top: 10px; margin-bottom: 20px; overflow: hidden; color: #666;}
ul.news_list li a .text .t3{ font-size: 14px;  color: #333; display: inline-block; border-top: 3px solid #d71718; margin: 0px auto; padding: 5px 10px;transition: all 0.5s ease-out;}

ul.news_list li a:hover .text .t1{ color: #d71718;}
ul.news_list li a:hover .text .t3{ padding: 5px 20px;}
@media (max-width:1023px){
ul.news_list{ margin-left:0px; margin-right: 0px; display: block; padding-top: 0px;}
ul.news_list li{ width: 50%; height:auto; float: left; padding: 0px 0px 10px 0px;}
ul.news_list li a{display: block;position: relative; padding: 0px; background: #f9f9f9; }
ul.news_list li a .bian{position: relative;}

ul.news_list li a .imgzoom{padding-bottom:85%; width: 100%; position: relative; overflow: hidden; }
ul.news_list li a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;  }
ul.news_list li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

ul.news_list li a .text{padding: 15px 15px 15px 15px; overflow: hidden; text-align: center; }
ul.news_list li a .text .t1{ font-size: 16px; height: 22px;line-height: 22px; margin-bottom: 10px; overflow: hidden; font-weight: bold; position: relative;transition: all 0.5s ease-out; word-break: break-all; text-overflow: ellipsis; white-space: nowrap; color: #de0001;}
ul.news_list li a .text .t2{ font-size: 14px; line-height: 25px; height: 75px; margin-top: 10px; margin-bottom: 10px; overflow: hidden; color: #666;}
ul.news_list li a .text .t3{ font-size: 14px;  color: #333; display: inline-block; border-top: 3px solid #d71718; margin: 0px auto; padding: 5px 10px;transition: all 0.5s ease-out;}

ul.news_list li a:hover .text .t1{ color: #d71718;}
ul.news_list li a:hover .text .t3{ padding: 5px 20px;}
}
@media (max-width:768px){
ul.news_list{ margin-left:0px; margin-right: 0px; display: block; padding-top: 0px;}
ul.news_list li{ width: 100%; height:auto; float: left; padding: 0px 0px 10px 0px;}
ul.news_list li a{display: block;position: relative; padding: 0px; background: #f9f9f9; }
ul.news_list li a .bian{position: relative;}

ul.news_list li a .imgzoom{padding-bottom:85%; width: 100%; position: relative; overflow: hidden; }
ul.news_list li a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;  }
ul.news_list li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

ul.news_list li a .text{padding: 15px 10px 15px 10px; overflow: hidden; text-align: center; }
ul.news_list li a .text .t1{ font-size: 16px; height: 22px;line-height: 22px; margin-bottom: 10px; overflow: hidden; font-weight: bold; position: relative;transition: all 0.5s ease-out; word-break: break-all; text-overflow: ellipsis; white-space: nowrap; color: #de0001;}
ul.news_list li a .text .t2{ font-size: 14px; line-height: 25px; height: auto; margin-top: 10px; margin-bottom: 20px; overflow: hidden; color: #666;}
ul.news_list li a .text .t3{ font-size: 14px;  color: #333; display: inline-block; border-top: 3px solid #d71718; margin: 0px auto; padding: 5px 10px;transition: all 0.5s ease-out;}

ul.news_list li a:hover .text .t1{ color: #d71718;}
ul.news_list li a:hover .text .t3{ padding: 5px 20px;}
}



/** 新闻详情 ============*/
.news_info{ padding: 0px 0px; position: relative;}
.news_info .h1{font-size: 28px; line-height: 32px; font-weight: 400; text-align: center; padding-bottom: 30px; border-bottom: 1px solid #dbdbdb;}
.news_info .meta{ margin-top: 20px; margin-bottom:20px; color: #999; font-size: 14px; text-align: center;}
.news_info .meta span{padding-right:20px;}

.news_info_content{padding: 20px 0px; width: 100%; font-size: 16px; line-height: 2; color: #666; overflow: hidden;}

.news_info_content video{ width: 100%; max-width:850px;  height: 500px; margin: 0px auto;}
@media (max-width:1023px){
.news_info{ padding: 0px 0px; position: relative;}
.news_info .h1{font-size: 18px; line-height: 26px; font-weight: 400; text-align: center; padding-bottom: 10px; border-bottom: 1px solid #dbdbdb;}
.news_info .meta{ margin-top: 5px; margin-bottom:5px; color: #999; font-size: 14px; text-align: center;}
.news_info .meta span{padding-right:20px;}

.news_info_content{padding: 0px 0px; width: 100%; font-size: 14px; line-height: 1.5; color: #666; overflow: hidden;}

.news_info_content video{ width: 100%; max-width:1050px;  height:300px; margin: 0px auto;}
}


.fanye{ padding: 20px 0px 0px 0px; margin-top: 20px; border-top: 1px dotted #ccc;}
.fanyea { padding-bottom: 15px; color: #666; font-size: 16px; }
.fanyea a {color: #666; }
.fanyea a:hover { color: #d71718; }
.fanyefh{}
.fanyefh a{color: #fff; background: #d71718; font-size: 16px; width: 100%; text-align: center; padding: 15px 30px; display: inline-block; margin:10px 0px 0px 0px; border-radius:2px;}
.fanyefh a:hover{background: #d71718; color: #fff; padding:15px 40px;}
@media (max-width:1023px){
.fanye{ padding: 5px 0px 0px 0px; margin-top: 20px; border-top: 1px dotted #ccc;}
.fanyea { padding-bottom: 5px; color: #666; font-size: 12px; }
.fanyea a {color: #666; }
.fanyea a:hover { color: #d71718; }
.fanyefh{}
.fanyefh a{color: #fff; background: #d71718; font-size: 16px; width: 100%; text-align: center; padding: 15px 30px; display: inline-block; margin:10px 0px 0px 0px; border-radius:2px;}
.fanyefh a:hover{background: #d71718; color: #fff; padding:15px 40px;}
}

/** 新闻详情推荐 ============*/
.news_one{ width: 100%; margin-top: 20px;}
.news_one_tit{background: #de0001; color: #fff; font-size: 16px; padding:5px 10px;}
.news_one_m{display: block; padding: 10px 0px; margin-right: -2%;}
.news_one_m a{ width: 31.33%; margin:0px 2% 0px 0px; font-size: 14px; float: left; padding: 0px 0px; line-height: 45px; height: 45px; border-bottom: 1px dotted #ccc;overflow: hidden;}
.news_one_m a:hover{ color: #de0001;}
@media (max-width:1023px){
.news_one{ width: 100%; margin-top: 10px;}
.news_one_tit{background: #de0001; color: #fff; font-size: 16px; padding:0px 10px;}
.news_one_m{display: block; padding: 10px 0px; margin-right: -2%;}
.news_one_m a{ width: 100%; margin:0px 2% 0px 0px; font-size: 12px; float: left; padding: 0px 0px; line-height: 26px; height: auto; border-bottom: 1px dotted #ccc;overflow: hidden;}
.news_one_m a:hover{ color: #de0001;}
}

/** 党建列表 ====================================================================================*/

ul.dj_list{ margin-left:-15px; margin-right: -15px; display: block;}
ul.dj_list li{ width: 25%; height:auto; float: left; padding: 15px 15px;}
ul.dj_list li a{display: block;position: relative; padding: 10px 10px 10px 10px;box-shadow:0 0 15px rgba(0,0,0,0.15);}
ul.dj_list li a .bian{position: relative;}

ul.dj_list li a .imgzoom{padding-bottom: 100%; width: 100%; position: relative; overflow: hidden; }
ul.dj_list li a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; height: 100%;}
ul.dj_list li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

ul.dj_list li a .text{padding: 25px 20px 40px 20px; overflow: hidden; }
ul.dj_list li a .text .t1{ font-size: 18px; height: 44px;line-height: 22px; margin-bottom: 10px; overflow: hidden; font-weight: bold; position: relative;transition: all 0.5s ease-out;}
ul.dj_list li a .text .tx{ display: block; width: 100%; height: 1px; background: #eee; }
ul.dj_list li a .text .t2{ font-size: 16px; line-height: 25px; height: 125px; margin-top: 10px; margin-bottom: 20px; overflow: hidden; color: #666;}
ul.dj_list li a .text .t3{ background:#d71718; color: #fff; padding: 5px 10px;transition: all 0.5s ease-out;}

ul.dj_list li:nth-child(2n) a .imgzoom{ position: absolute; top: 0px; }
ul.dj_list li:nth-child(2n) a .text{padding: 25px 25px 40px 25px; margin-top: 100%; float: left;}

ul.dj_list li a :hover .text .t1{color: #d71718;}
ul.dj_list li a:hover  .text .t3{ background:#d71718; color: #fff; padding: 5px 20px;}
@media (max-width:1023px){
ul.dj_list{ margin-left:0px; margin-right: 0px; display: block;}
ul.dj_list li{ width: 100%; height:auto; float: left; padding: 0px 0px 10px 0px;}
ul.dj_list li a{display: block;position: relative; padding: 10px 10px 10px 10px;box-shadow:0 0 15px rgba(0,0,0,0.15);}
ul.dj_list li a .bian{position: relative;}

ul.dj_list li a .imgzoom{padding-bottom: 100%; width: 100%; position: relative; overflow: hidden; }
ul.dj_list li a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; height: 100%;}
ul.dj_list li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

ul.dj_list li a .text{padding: 5px 5px 20px 5px; overflow: hidden; }
ul.dj_list li a .text .t1{ font-size: 16px; height: auto;line-height: 22px; margin-bottom: 10px; overflow: hidden; font-weight: bold; position: relative;transition: all 0.5s ease-out;}
ul.dj_list li a .text .tx{ display: block; width: 100%; height: 1px; background: #eee; }
ul.dj_list li a .text .t2{ font-size: 14px; line-height: 22px; height: auto; margin-top: 10px; margin-bottom: 10px; overflow: hidden; color: #666;}
ul.dj_list li a .text .t3{ background:#d71718; color: #fff; padding: 5px 10px;transition: all 0.5s ease-out;font-size: 12px;}

ul.dj_list li:nth-child(2n) a .imgzoom{ position: absolute; top: 0px; }
ul.dj_list li:nth-child(2n) a .text{padding: 10px 5px 20px 5px; margin-top: 100%; float: left;}

ul.dj_list li a :hover .text .t1{color: #d71718;}
ul.dj_list li a:hover  .text .t3{ background:#d71718; color: #fff; padding: 5px 10px;}
}


/** 产品中心 ====================================================================================*/
ul.pro_list{ margin-left:-20px; margin-right: -20px; display: block; padding-top: 10px;}
ul.pro_list li{ width: 33.333%; height:auto; float: left; padding: 10px 20px 40px 20px;}
ul.pro_list li a{display: block;position: relative; padding: 0px; background: #f9f9f9;box-shadow:0px 10px 15px rgba(0,0,0,0.15); }
ul.pro_list li a .bian{position: relative;}

ul.pro_list li a .imgzoom{padding-bottom:75%; width: 100%; position: relative; overflow: hidden; }
ul.pro_list li a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; height: 100%;}
ul.pro_list li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

ul.pro_list li a .text{padding: 20px 20px 20px 20px; overflow: hidden; text-align:left; }
ul.pro_list li a .text .t1{ font-size: 18px; height: 22px;line-height: 22px; margin-bottom: 10px; overflow: hidden; font-weight: bold; position: relative;transition: all 0.5s ease-out; word-break: break-all; text-overflow: ellipsis; white-space: nowrap; color: #de0001;}
ul.pro_list li a .text .t2{ font-size: 14px; line-height: 25px; height: 25px;  margin-bottom: 0px; overflow: hidden; color: #666;}
ul.pro_list li a .text .t3{ font-size: 14px;  color: #333; display: inline-block; border-top: 3px solid #d71718; margin: 0px auto; padding: 5px 10px;transition: all 0.5s ease-out;}

ul.pro_list li a:hover{ background: #e5e5e5;}
ul.pro_list li a:hover .text .t1{ color: #d71718;}
ul.pro_list li a:hover .text .t3{ padding: 5px 20px;}

@media (max-width:1023px){
ul.pro_list{ margin-left:0px; margin-right: 0px; display: block; padding-top: 0px;}
ul.pro_list li{ width: 50%; height:auto; float: left; padding: 0px 0px 10px 0px;}
ul.pro_list li a{display: block;position: relative; padding: 0px; background: #f9f9f9;box-shadow:0px 0px 5px rgba(0,0,0,0.15); }
ul.pro_list li a .bian{position: relative;}

ul.pro_list li a .imgzoom{padding-bottom:75%; width: 100%; position: relative; overflow: hidden; }
ul.pro_list li a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; height: 100%;}
ul.pro_list li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

ul.pro_list li a .text{padding: 10px 10px 10px 10px; overflow: hidden; text-align:left; }
ul.pro_list li a .text .t1{ font-size: 16px; height: auto;line-height: 20px; margin-bottom: 5px; overflow: hidden; font-weight: bold; position: relative;transition: all 0.5s ease-out; word-break: break-all; text-overflow: ellipsis; white-space: nowrap; color: #de0001;}
ul.pro_list li a .text .t2{ font-size: 14px; line-height: 20px; height: 20px;  margin-bottom: 0px; overflow: hidden; color: #666;}
ul.pro_list li a .text .t3{ font-size: 14px;  color: #333; display: inline-block; border-top: 3px solid #d71718; margin: 0px auto; padding: 5px 10px;transition: all 0.5s ease-out;}

ul.pro_list li a:hover{ background: #e5e5e5;}
ul.pro_list li a:hover .text .t1{ color: #d71718;}
ul.pro_list li a:hover .text .t3{ padding: 5px 20px;}
}
@media (max-width:768px){
ul.pro_list li{ width: 100%; height:auto; float: left; padding: 0px 0px 10px 0px;}
}




/** 联系我们 ====================================================================================*/
.pag_con{ padding-top: 180px; padding-bottom: 60px; font-size: 16px; line-height: 2; color: #333; text-align: center;}
.pag_con img{max-width: auto;}

.pag_con_box_l{ width: 50%; float: left; padding-top: 30px; text-align: left;}
.pag_con_box_r{ width: 50%; float: left; padding-top: 170px; text-align: left;}

.pag_con_box_l01{padding-bottom: 30px; font-size: 18px;}
.pag_con_box_l01 b{font-size: 20px; display: block;}

.pag_con_box_l02{ color: #ea5413; padding-top: 20px; font-size: 18px;}
.pag_con_box_l02 b{ font-weight: 600; font-size: 36px; line-height: 1.4;}
.pag_con_box_l02 img{float: left; padding-right: 20px;}
@media (max-width:1023px){
.pag_con{ padding-top: 100px; padding-bottom: 60px; font-size: 16px; line-height: 2; color: #333; text-align: center;}
.pag_con img{max-width: auto;}

.pag_con_box_l{ width: 100%; float: left; padding-top: 30px; text-align: left;}
.pag_con_box_r{ width: 100%; float: left; padding-top: 10px; text-align: left;}

.pag_con_box_l01{padding-bottom: 10px; font-size: 14px;}
.pag_con_box_l01 b{font-size: 16px; display: block;}

.pag_con_box_l02{ color: #ea5413; padding-top: 0px; font-size: 18px;}
.pag_con_box_l02 b{ font-weight: 600; font-size: 22px; line-height: 1.4;}
.pag_con_box_l02 img{float: left; padding-right: 20px;}
}


.swipercon{ text-align: left; padding-top: 80px;}
.swipercon_tit{ color: #e95314; font-size: 20px; font-weight: bold; padding-bottom: 10px;}
.swipercon_box{ width:100%; position: relative; margin: 10px auto 10px auto; padding: 0px 0px;}
/** 点 ============*/
.swipercon_box .swiper-container{padding: 0px 0px 40px 0px; height: auto;}
.swipercon_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swipercon_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #000; opacity: 0.8; width: 10px; height:10px;border-radius:50%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.swipercon_box .swiper-pagination-bullet-active{ background: #ffd400; width: 10px; opacity:1;}
/** 左右按钮 ============*/
.swipercon_box .swiper-button-prev {left: 10px;opacity:0.5; top: 40%;}
.swipercon_box .swiper-button-next {right: 10px;opacity:0.5;top: 40%;}
.swipercon_box .swiper-button-prev {width: 40px;height: 40px; background-color:none;background-image:url(../images/jtl1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swipercon_box .swiper-button-next {width: 40px;height: 40px; background-color:none;background-image:url(../images/jtr1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swipercon_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtl2.png);}
.swipercon_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtr2.png);}

.swipercon_box .swiper-button-prev.hide{opacity:0.5;}
.swipercon_box .swiper-button-next.hide{opacity:0.5;}
.swipercon_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

a.sw_icon01{ display: block;  }
a.sw_icon01 .imgzoom{padding-bottom: 85%; width: 100%; position: relative; overflow: hidden; }
a.sw_icon01 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_icon01:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

a.sw_icon01 .txt{ margin: 10px 0px; padding-left: 30px;  width: 100%; height: 30px; line-height: 30px; overflow: hidden;background-image:url(../images/sw_icon01.jpg);background-repeat:no-repeat; background-position:left center; background-size:auto;   transition: all 0.5s ease-out;}
a.sw_icon01:hover .txt{}
@media (max-width:1023px){
.swipercon{ text-align: left; padding-top: 10px;}
.swipercon_tit{ color: #e95314; font-size: 20px; font-weight: bold; padding-bottom: 10px;}
.swipercon_box{ width:100%; position: relative; margin: 0px auto 10px auto; padding: 0px 0px;}
/** 点 ============*/
.swipercon_box .swiper-container{padding: 0px 0px 0px 0px; height: auto;}
.swipercon_box .swiper-pagination{width: 100%; text-align:center; left: 0px; bottom: 10px; }
.swipercon_box .swiper-pagination-bullet{ background: #fff; border: 1px solid #000; opacity: 0.8; width: 10px; height:10px;border-radius:50%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.swipercon_box .swiper-pagination-bullet-active{ background: #ffd400; width: 10px; opacity:1;}
/** 左右按钮 ============*/
.swipercon_box .swiper-button-prev {left: 10px;opacity:0.5; top: 40%;}
.swipercon_box .swiper-button-next {right: 10px;opacity:0.5;top: 40%;}
.swipercon_box .swiper-button-prev {width: 30px;height: 30px; background-color:none;background-image:url(../images/jtl1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swipercon_box .swiper-button-next {width: 30px;height: 30px; background-color:none;background-image:url(../images/jtr1.png);background-repeat:no-repeat; background-position:center center; background-size:100%; text-align: center;}
.swipercon_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtl2.png);}
.swipercon_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/jtr2.png);}

.swipercon_box .swiper-button-prev.hide{opacity:0.5;}
.swipercon_box .swiper-button-next.hide{opacity:0.5;}
.swipercon_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

a.sw_icon01{ display: block;  }
a.sw_icon01 .imgzoom{padding-bottom: 85%; width: 100%; position: relative; overflow: hidden; }
a.sw_icon01 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.sw_icon01:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

a.sw_icon01 .txt{ margin: 10px 0px; padding-left: 30px;  width: 100%; height: 30px; line-height: 30px; overflow: hidden;background-image:url(../images/sw_icon01.jpg);background-repeat:no-repeat; background-position:left center; background-size:auto;   transition: all 0.5s ease-out;}
a.sw_icon01:hover .txt{}
}





/** 加盟形式 ====================================================================================*/
.jiameng_box{ padding-top: 20px;}
.jiameng_box_tit{text-align: center;border-bottom: 1px solid #ddd;padding-bottom: 25px;position: relative;}
.jiameng_box_tit:after{position: absolute;content: "";width: 10px;height: 10px;border-radius: 50%;bottom: -5px;left: 50%;background-color: #e60012;}
.jiameng_box_tit .h3{font-size: 36px;line-height: 36px;height: 36px;color: #333;margin-bottom: 15px;}

.jiameng_m{ padding: 50px 0px 80px 0px; overflow: hidden;}

.jiameng_mbd{ padding: 0px 0px 0px 0px; margin: 50px 0px 50px 0px; min-height: 350px; overflow: hidden; position: relative;}
.jiameng_mbdl{ position: absolute; left: 0px; top: 0px; padding-right: 30px; border-right: 1px solid #d1d1d1;}
.jiameng_mbdr{ width: 100%; padding-left:330px; }
@media (max-width:1023px){
.jiameng_box{ padding-top: 0px;}
.jiameng_box_tit{text-align: center;border-bottom: 1px solid #ddd;padding-bottom: 25px;position: relative;}
.jiameng_box_tit:after{position: absolute;content: "";width: 10px;height: 10px;border-radius: 50%;bottom: -5px;left: 50%;background-color: #e60012;}
.jiameng_box_tit .h3{font-size: 36px;line-height: 36px;height: 36px;color: #333;margin-bottom: 15px;}

.jiameng_m{ padding: 20px 0px 20px 0px; overflow: hidden;}

.jiameng_mbd{ padding: 0px 0px 0px 0px; margin: 20px 0px 0px 0px; min-height: auto; overflow: hidden; position: relative;}
.jiameng_mbdl{ position: relative; left: 0px; top: 0px; padding-right: 0px; border-right: 0px solid #d1d1d1;text-align: center;}
	.jiameng_mbdl img{height: auto;}
.jiameng_mbdr{ width: 100%; padding-left:0px; }
}

/** 在线申请 ====================================================================================*/
.message{ position: relative; width: 100%; max-width:100%; margin: 0px auto;  padding: 0px 0px 0px 0px; text-align: center;}
.messbox{ position: relative; width: 50%; padding-right: 5%; float: left;  margin-bottom: 20px;}
.messbox100{ width: 100%;}
.messbox_name{ font-size: 16px; width: 100px; line-height: 40px; text-align: right; position:absolute; left: 0px; top: 0px;}
.messbox_inp{ width: 100%; padding-left: 120px; height:auto;}
.messbox_inp .inp{ width: 100%; height: auto; line-height: 40px; border: 1px solid #dcdcdc; border-radius:5px; padding-left: 10px;}

.messbox_textarea{ width: 100%; padding-left: 120px; height: 150px;}
.messbox_textarea .inp{ width: 100%; height: 150px; line-height: 24px; border: 1px solid #dcdcdc; border-radius:5px; padding-left: 10px; padding-top: 10px;}

.messbox_inp_rad{ width: 100%; padding-left: 120px; height:auto; text-align: left;}
.messbox_radio{display: inline-block; line-height: 40px; font-size: 16px; margin-right: 10px;}
@media (max-width:1023px){
.message{ position: relative; width: 100%; max-width:100%; margin: 0px auto;  padding: 0px 0px 0px 0px; text-align: center;}
.messbox{ position: relative; width: 100%; padding-right: 5%; float: left;  margin-bottom: 10px;}
.messbox100{ width: 100%;}
.messbox_name{ font-size: 14px; width: 100px; line-height: 35px; text-align: right; position:absolute; left: 0px; top: 0px;}
.messbox_inp{ width: 100%; padding-left: 110px; height:auto;}
.messbox_inp .inp{ width: 100%; height: auto; line-height: 20px; border: 1px solid #dcdcdc; border-radius:5px; padding-left: 10px;}

.messbox_textarea{ width: 100%; padding-left: 110px; height: auto;}
.messbox_textarea .inp{ width: 100%; height: auto; line-height: 24px; border: 1px solid #dcdcdc; border-radius:5px; padding-left: 5px; padding-top: 0px;}

.messbox_inp_rad{ width: 100%; padding-left: 120px; height:auto; text-align: left;}
.messbox_radio{display: inline-block; line-height: 40px; font-size: 16px; margin-right: 10px;}
}


a.tijiao{ display: inline-block; background: #ec2731; color: #fff; border: 2px solid #fff;width: 100%;  font-size: 16px; height: 45px; line-height: 41px; border-radius:30px; box-shadow:3px 5px 5px rgba(0,0,0,0.25);}
a.tijiao:hover{background: #b20018; color: #fff;}
@media (max-width:1023px){
a.tijiao{ display: inline-block; background: #ec2731; color: #fff; border: 2px solid #fff;width: 100%;  font-size: 12px; height: 30px; line-height: 25px; border-radius:30px; box-shadow:3px 5px 5px rgba(0,0,0,0.25);}
a.tijiao:hover{background: #b20018; color: #fff;}
}



/** 服务中心 ====================================================================================*/
.server_box{ padding-top: 20px;}
.server_box_tit{text-align: center;border-bottom: 1px solid #ddd;padding-bottom: 25px;position: relative;}
.server_box_tit:after{position: absolute;content: "";width: 10px;height: 10px;border-radius: 50%;bottom: -5px;left: 50%;background-color: #e60012;}
.server_box_tit .h3{font-size: 36px;line-height: 36px;height: 36px;color: #333;margin-bottom: 15px;}
@media (max-width:1023px){
.server_box{ padding-top: 0px;}
}
/** 售后 ====================================================================================*/
.server_shouhou{ max-width: 1200px; margin: 0px auto; padding: 50px 0px 80px 0px; overflow: hidden;}
.sh_box{ width: 100%; min-height: 280px; position: relative; overflow: hidden;}
.sh_box .sh_box_l{ position: absolute; left: 0px; top: 0px; width: 50%; }

.sh_box .sh_box_l .imgzoom{padding-bottom: 47.5%; width: 100%; position: relative; overflow: hidden; }
.sh_box .sh_box_l .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.sh_box .sh_box_l:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

.sh_box .sh_box_r{ padding-left:55% ; width: 100%; padding-top: 30px;}
.sh_box .sh_box_r .s1{ font-size: 28px; text-align: center; font-weight: bold; color: #000;}
.sh_box .sh_box_r .s2{ font-size: 16px; text-align: center;}
.sh_box .sh_box_r .s2 b{padding-right: 10px;}

.sh_box:nth-child(2n) .sh_box_l{ position: absolute; left: auto; right: 0px; top: 0px; width: 50%; }
.sh_box:nth-child(2n) .sh_box_r{ padding-left:5%;padding-right:55% ; width: 100%;}

.sh_box:nth-child(1) .sh_box_r{ padding-top: 0px;}
.sh_box:nth-child(1) .sh_box_r .s1{ font-size: 28px; text-align: left;}
.sh_box:nth-child(1) .sh_box_r .s2{ font-size: 16px; text-align: left;}
@media (max-width:1023px){
.server_shouhou{ max-width: 1200px; margin: 0px auto; padding: 20px 0px 0px 0px; overflow: hidden;}
.sh_box{ width: 100%; min-height: 280px; position: relative; overflow: hidden;}
.sh_box .sh_box_l{ position: relative; left: 0px; top: 0px; width: 100%; }

.sh_box .sh_box_l .imgzoom{padding-bottom: 47.5%; width: 100%; position: relative; overflow: hidden; }
.sh_box .sh_box_l .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.sh_box .sh_box_l:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

.sh_box .sh_box_r{ padding-left:0% ; width: 100%; padding-top: 10px;padding-bottom: 15px;}
.sh_box .sh_box_r .s1{ font-size: 18px; text-align: center; font-weight: bold; color: #000;}
.sh_box .sh_box_r .s2{ font-size: 14px; text-align: center;line-height: 24px;}
.sh_box .sh_box_r .s2 b{padding-right: 10px;}

.sh_box:nth-child(2n) .sh_box_l{ position: relative; left: auto; right: 0px; top: 0px; width: 100%; }
.sh_box:nth-child(2n) .sh_box_r{ padding-left:0%;padding-right:0% ; width: 100%;}

.sh_box:nth-child(1) .sh_box_r{ padding-top: 0px;}
.sh_box:nth-child(1) .sh_box_r .s1{ font-size: 20px; text-align: left;}
.sh_box:nth-child(1) .sh_box_r .s2{ font-size: 14px; text-align: left;line-height: 24px;}
}


/** 门店 ====================================================================================*/
.mendian_nav{ width: 100%; background: #ededed; height:auto;  text-align: center; line-height: 50px; display: flex; justify-content: center;align-items: center; align-content: center;}

.mendian_nav a{ display:block; position: relative;  font-size: 16px; height: 50px; line-height: 50px; width:20%;  }
.mendian_nav a:hover{background: #d71718; color: #fff;}
.mendian_nav a.active{background: #d71718; color: #fff;}
.mendian_nav a.active:before{content: " ";display: block;  position: absolute; bottom: -10px; left: 50%; margin-left: -15px;border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #cc2a1e;}

.mendian_box{position: relative; width: 100%; padding: 30px 0px;}
.mendian_m{position: relative; width: 100%; height: auto; padding: 20px 20px;background: #f7f7f7; display: none; flex-direction:row; flex-wrap:wrap;}
.mendian_box .mendian_m:nth-child(1){display: flex;}

.mendian_dm{ width:100%; position:relative; padding: 2px 0px; border-bottom: 1px dotted #ccc;}
.mendian_dm span{color: #d71718;}

.mendian_dm a{ color: #333; padding: 2px 5px; margin-right: 10px;}
.mendian_dm a.on{ background: #ccc; color: #333;}


.searchmendian{padding-bottom: 30px;}
.title_md{ font-size: 26px;}
.inp-s {
    width: 595px;
    height: 44px;
    border: 1px solid #dbdbdb;
    padding: 0 20px;
    font-size: 16px;
}
.btn-s {
    background:#000;
    width: 137px;
    height: 45px;
    line-height: 45px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
}


.mdnr_m{position: relative; width: 100%; height: auto; background: #fff; display:flex; flex-direction:row; flex-wrap:wrap; margin-left: -10px; margin-right: -10px;}
.mdnr_dm{background: #f7f7f7; width:48%; margin: 1% 1%; position:relative; padding: 20px; }
.mdnr_dm_l{position: absolute; top: 20px; left: 20px; width: 200px; height: 120px; padding: 0px 0px; }
.mdnr_dm_l img{width: 200px; height: 120px;}
.mdnr_dm_r{ padding-left: 220px; width: 100%; line-height: 22px; height: 120px; font-size: 14px; color: #666; }
.mdnr_dm_r .b1{ color: #000; font-size: 18px; border-bottom: 2px solid #d71718; padding-bottom: 5px; margin-bottom: 5px; display:inline-block;}













@media (max-width:1023px){
	
.searchmendian{padding-bottom: 10px;}
.title_md{ font-size: 16px; text-align: center;}
.inp-s {
    width: 75%;
    height: 40px;
    border: 1px solid #dbdbdb;
    padding: 0 20px;
    font-size: 16px;
}
.btn-s {
    background:#000;
    width: 20%;
    height: 40px;
    line-height: 40px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
}

.mendian_dm{ width:100%; position:relative; padding: 2px 0px; border-bottom: 1px dotted #ccc;}
.mendian_dm span{color: #d71718; font-size: 12px;}

.mendian_dm a{ color: #333; padding: 2px 5px; margin-right: 10px; font-size: 12px; display: inline-block;}
.mendian_dm a.on{ background: #ccc; color: #333; font-size: 12px;}

	
	

.mdnr_m{position: relative; width:auto; height: auto; background: #fff; display:flex; flex-direction:row; flex-wrap:wrap; margin-left: -10px; margin-right: -10px;}
.mdnr_dm{background: #f7f7f7; width:98%; margin: 1% 1%; position:relative; padding: 10px; }
.mdnr_dm_l{position: absolute; top: 20px; left: 20px; width: 200px; height: 120px; padding: 0px 0px; display: none; }
.mdnr_dm_l img{width: 200px; height: 120px;}
.mdnr_dm_r{ padding-left: 0px; width: 100%; line-height: 22px; height:auto; font-size: 14px; color: #666; }
.mdnr_dm_r .b1{ color: #000; font-size: 18px; border-bottom: 2px solid #d71718; padding-bottom: 5px; margin-bottom: 5px; display:inline-block;}



	
	
	
	
.mendian_nav{ width: 100%; background: #ededed; height:auto;  text-align: center; line-height: 50px; display: flex; flex-wrap: wrap; justify-content: center;align-items: center; align-content: center;}

.mendian_nav a{ display:block; position: relative;  font-size: 12px; height: 35px; line-height: 35px; width:25%;  }
.mendian_nav a:hover{background: #d71718; color: #fff;}
.mendian_nav a.active{background: #d71718; color: #fff;}
.mendian_nav a.active:before{content: " ";display: block;  position: absolute; bottom: -10px; left: 50%; margin-left: -15px;border-right:10px solid transparent;border-left:10px solid transparent;border-top:10px solid #cc2a1e;}

.mendian_box{position: relative; width: 100%; padding: 30px 0px 10px 0px;}
.mendian_m{position: relative; width: 100%; height: auto; background: #f7f7f7; display: none;}
.mendian_box .mendian_m:nth-child(1){display: block;}
.mendian_m_l{position: relative; top: 0px; left: 0px; width: 100%; background: #f7f7f7; padding: 10px 10px; line-height: 30px; font-size: 14px;}
.mendian_m_l .b01{ display: block; font-size: 18px; margin-bottom: 0px;}

.mendian_m_r{ padding-left: 0px; width: 100%; height: 500px;background-repeat:no-repeat; background-position:right center; background-size:auto;}
}


/** 免费设计 ====================================================================================*/
.server_mianfei{ max-width: 1400px; margin: 0px auto; padding: 50px 0px 80px 0px; overflow: hidden;}
@media (max-width:1023px){
.server_mianfei{ max-width: 1400px; margin: 0px auto; padding: 20px 0px 20px 0px; overflow: hidden;}
}
.mianfei_wuxing{ width: 100%; text-align: center; margin: 50px 0px; color: #fff; background-repeat:no-repeat; background-position:center center; background-size:cover;}
@media (max-width:1023px){
.mianfei_wuxing{ width: 100%; text-align: center; margin: 10px 0px 0px 0px; color: #fff; background-repeat:no-repeat; background-position:center center; background-size:cover;}
}
.mianfei_youshi{ padding-top: 20px;}
.mianfei_youshi_t{margin-bottom: 45px; padding-top: 50px;}
.mianfei_youshi_t .item01{width: 20%;float: left;padding: 0px 30px;}
.mianfei_youshi_t .item01 a{display: block;text-align: center;}
.mianfei_youshi_t .item01 a img{width: 80px;height: 70px;margin-bottom: 25px;}
.mianfei_youshi_t .item01 a span{display: block;font-size: 18px;color: #000;font-weight: 600;line-height: 20px;margin-bottom: 35px;}
.mianfei_youshi_t .item01 a:hover span{color: #d71718;}
.mianfei_youshi_t .item01 a .p1{text-align: center;font-size: 14px;color: #898989;height: 75px;line-height: 25px;overflow: hidden;}
@media (max-width:1023px){
.mianfei_youshi{ padding-top: 20px;}
.mianfei_youshi_t{margin-bottom: 15px; padding-top: 15px;}
.mianfei_youshi_t .item01{width: 50%;float: left;padding: 0px 10px 10px 10px;}
.mianfei_youshi_t .item01:last-child{width: 100%;float: left;padding: 0px 10px 10px 10px;}
.mianfei_youshi_t .item01 a{display: block;text-align: center;}
.mianfei_youshi_t .item01 a img{width: 50px;height: 40px;margin-bottom: 5px;}
.mianfei_youshi_t .item01 a span{display: block;font-size: 14px;color: #000;font-weight: 600;line-height: 20px;margin-bottom: 5px;}
.mianfei_youshi_t .item01 a:hover span{color: #d71718;}
.mianfei_youshi_t .item01 a .p1{text-align: center;font-size: 14px;color: #898989;height: 75px;line-height: 25px;overflow: hidden;}
}

/** 企业荣誉 ====================================================================================*/
.pag_about3_1{ padding-top: 50px; padding-bottom: 50px;}

.pag_about3_1m{ padding-top: 50px;}
@media (max-width:1023px){
.pag_about3_1{ padding-top: 0px; padding-bottom: 0px;}

.pag_about3_1m{ padding-top: 20px;}
}
/** ry01_box ====================================================================================*/
.ry01_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 0px 0px; }
/** 点 ============*/
.ry01_box .swiper-container{padding: 0px 0px 70px 0px; height: auto;}
.ry01_box .swiper-pagination{width: 100%; text-align:center; left: 0%; bottom: 10px; }
.ry01_box .swiper-pagination-bullet{ background: #999; border: 0px solid #000; opacity: 0.8; width: 5px; height:15px;border-radius:0%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.ry01_box .swiper-pagination-bullet-active{ background: #e70f1a; width: 5px;height: 30px; opacity:1;}
/** 左右按钮 ============*/
.ry01_box .swiper-button-prev {left: 0px;opacity:1; top: 50%;}
.ry01_box .swiper-button-next {right:0px;opacity:1;top: 50%;}
.ry01_box .swiper-button-prev {width: 40px;height: 60px; background-color:#4f5e66;background-image:url(../images/sleft.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ry01_box .swiper-button-next {width: 40px;height: 60px; background-color:#2b4b61;background-image:url(../images/sright.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ry01_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sleft.png);}
.ry01_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sright.png);}
.ry01_box .swiper-button-prev.hide{opacity:0.5;}
.ry01_box .swiper-button-next.hide{opacity:0.5;}
.ry01_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

.ry01_item{ display: block;  }
.ry01_item .imgzoom{padding-bottom:69%; width: 100%; position: relative; overflow: hidden; }
.ry01_item .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.ry01_item:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
@media (max-width:1023px){
/** ry01_box ====================================================================================*/
.ry01_box{ width:100%; position: relative; margin: 0px auto 0px auto; padding: 0px 0px; }
/** 点 ============*/
.ry01_box .swiper-container{padding: 0px 0px 30px 0px; height: auto;}
.ry01_box .swiper-pagination{width: 100%; text-align:center; left: 0%; bottom: 0px; }
.ry01_box .swiper-pagination-bullet{ background: #999; border: 0px solid #000; opacity: 0.8; width: 5px; height:5px;border-radius:0%;  margin: 0px 10px; transition: all 0.5s ease-out;}
.ry01_box .swiper-pagination-bullet-active{ background: #e70f1a; width: 5px;height: 15px; opacity:1;}
/** 左右按钮 ============*/
.ry01_box .swiper-button-prev {left: 0px;opacity:1; top: 45%;}
.ry01_box .swiper-button-next {right:0px;opacity:1;top: 45%;}
.ry01_box .swiper-button-prev {width: 20px;height: 40px; background-color:#4f5e66;background-image:url(../images/sleft.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ry01_box .swiper-button-next {width: 20px;height: 40px; background-color:#2b4b61;background-image:url(../images/sright.png);background-repeat:no-repeat; background-position:center center; background-size:40%; text-align: center;}
.ry01_box .swiper-button-prev.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sleft.png);}
.ry01_box .swiper-button-next.swiper-button-disabled{opacity:0.5;background-color:none;background-image:url(../images/sright.png);}
.ry01_box .swiper-button-prev.hide{opacity:0.5;}
.ry01_box .swiper-button-next.hide{opacity:0.5;}
.ry01_box .swiper-button-next,.swiper-button-prev{transition:opacity 0.5s;}

.ry01_item{ display: block;  }
.ry01_item .imgzoom{padding-bottom:69%; width: 100%; position: relative; overflow: hidden; }
.ry01_item .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.ry01_item:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
}

/** 免费设计ban ====================================================================================*/
.pag_bmf_ban{position: relative;overflow: hidden;height: 400px; margin-top: 150px;transition: all 0.5s ease-out;}
.pag_bmf_ban:before {content: ''; position: absolute; background-color: rgba(0, 0, 0, 0); height: 100%; width: 100%; top: 0;left: 0;}
.pag_bmf_ban .imgbg {height: 100%;}
.pag_bmf_ban .imgbg {background-position: center center;background-size: cover;background-repeat: no-repeat;}
.pag_bmf_ban .imgbg img {display: none;}
.pag_bmf{ width:400px; background: #de0001; height:400px; float: right; color: #fff; padding: 30px;}

.pag_bmf_tit{ color: #fff; text-align: center; font-size: 30px; padding-top: 30px;}
@media (max-width:1023px){
.pag_bmf_ban{position: relative;overflow: hidden;height: auto; margin-top: 90px;transition: all 0.5s ease-out;}
.pag_bmf_ban:before {content: ''; position: absolute; background-color: rgba(0, 0, 0, 0); height: auto; width: 100%; top: 0;left: 0;}
.pag_bmf_ban .imgbg {height: 280px;padding: 30px;}
.pag_bmf_ban .imgbg {background-position: center center;background-size: cover;background-repeat: no-repeat;}
.pag_bmf_ban .imgbg img {display: none;}
.pag_bmf{ width:100%; background: #de0001; height:auto; float: right; color: #fff; padding: 15px;}

.pag_bmf_tit{ color: #fff; text-align: center; font-size: 22px; padding-top: 10px;}
}
@media (max-width:768px){
.pag_bmf_ban{position: relative;overflow: hidden;height: auto; margin-top: 60px;transition: all 0.5s ease-out;}
.pag_bmf_ban:before {content: ''; position: absolute; background-color: rgba(0, 0, 0, 0); height: auto; width: 100%; top: 0;left: 0;}
.pag_bmf_ban .imgbg {height: 255px;padding: 30px;}
.pag_bmf_ban .imgbg {background-position: center center;background-size: cover;background-repeat: no-repeat;}
.pag_bmf_ban .imgbg img {display: none;}
.pag_bmf{ width:100%; background: #de0001; height:auto; float: right; color: #fff; padding: 15px;}

.pag_bmf_tit{ color: #fff; text-align: center; font-size: 20px; padding-top: 10px;}
}

/** 在线申请 ====================================================================================*/
.message_mf{ position: relative; width: 100%; max-width:100%; margin: 0px auto;  padding: 0px 0px 0px 0px; text-align: center;}
.messbox_mf{ position: relative; width: 100%; padding-top: 35px; padding-bottom: 0px;}
.messbox_inp_mf{ width: 100%;  height:auto;}
.messbox_inp_mf .inp{ width: 100%; height: auto; line-height: 40px; border: 1px solid #dcdcdc; border-radius:5px; padding-left: 10px;}

a.tijiao_mf{ display: inline-block; background: #ec2731; color: #fff; border: 2px solid #fff;width: 100%;  font-size: 16px; height: 45px; line-height: 41px; border-radius:30px; box-shadow:3px 5px 5px rgba(0,0,0,0.25);}
a.tijiao_mf:hover{background: #b20018; color: #fff;}
@media (max-width:1023px){
.message_mf{ position: relative; width: 100%; max-width:100%; margin: 0px auto;  padding: 0px 0px 0px 0px; text-align: center;}
.messbox_mf{ position: relative; width: 100%; padding-top: 10px; padding-bottom: 0px;}
.messbox_inp_mf{ width: 100%;  height:auto;}
.messbox_inp_mf .inp{ width: 100%; height: auto; line-height: 30px; border: 1px solid #dcdcdc; border-radius:5px; padding-left: 10px;}

a.tijiao_mf{ display: inline-block; background: #ec2731; color: #fff; border: 2px solid #fff;width: 100%;  font-size: 16px; height: 45px; line-height: 41px; border-radius:30px; box-shadow:3px 5px 5px rgba(0,0,0,0.25);}
a.tijiao_mf:hover{background: #b20018; color: #fff;}
}

/** 在线申请 ====================================================================================*/
.shangmen_xz{ background: #f6f6f6; padding-top: 50px; padding-bottom: 50px; margin-top: 50px;}

.shangmen_list{ width: 100%;}
.item05{ width: 13.222%; margin: 50px 0.5% 20px 0.5%; color: #fff; padding: 10px 10px; min-height: 220px;border-radius:10px; border: 3px solid #fff;float: left;background:linear-gradient(0deg,#e8151f,#ff7f86 50%);box-shadow:3px 5px 5px rgba(0,0,0,0.25);}
.item05 .t01{ text-align: center; font-size: 18px; padding-bottom: 10px;}
.item05 .t02{ font-size: 14px; line-height: 1.5;}
@media (max-width:1023px){
.shangmen_xz{ background: #f6f6f6; padding-top: 20px; padding-bottom: 20px; margin-top: 50px;}

.shangmen_list{ width: 100%;}
.item05{ width: 100%; margin: 20px 0.5% 0px 0.5%; color: #fff; padding: 10px 10px; min-height: auto;border-radius:10px; border: 3px solid #fff;float: left;background:linear-gradient(0deg,#e8151f,#ff7f86 50%);box-shadow:3px 5px 5px rgba(0,0,0,0.25);}
.item05 .t01{ text-align: center; font-size: 16px; padding-bottom: 0px;}
.item05 .t02{ font-size: 14px; line-height: 1.5;}
}

/** 弹出优惠 ====================================================================================*/
.tyouhui{ position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; background:rgba(0,0,0,0.5); z-index: 999999;  display: none;}
.tyouhui_box{position:absolute; left: 50%; top: 50%; color: #fff; width: 450px; height: 598px;  margin-top: -350px; margin-left: -225px;	  background-image:url(../images/youhui.png);background-repeat:no-repeat; background-position:center center; background-size:cover;}

.tyouhui_box .close{ position: absolute; right: 0px; top: 15%; width: 50px;}
.tyouhui_m{ margin-top: 70%; padding: 0px 30px 0px 30px;}

/** 弹出定制 ====================================================================================*/
.tdingzhi{ position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; background:rgba(0,0,0,0.5); z-index: 999999;  display: none; }
.tdingzhi_box{position:absolute; left: 50%; top: 50%; color: #fff; width: 450px; height: 598px;  margin-top: -350px; margin-left: -225px;	  background-image:url(../images/dingzhi.png);background-repeat:no-repeat; background-position:center center; background-size:cover;}

.tdingzhi_box .close{ position: absolute; right: 0px; top: 5%; width: 50px;}
.tdingzhi_m{ margin-top: 30%; padding: 0px 30px 0px 30px;}

.tishi{padding-top: 20px; color: #333; text-align: left; font-size: 12px;}
@media (max-width:1023px){
/** 弹出优惠 ====================================================================================*/
.tyouhui{ position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; background:rgba(0,0,0,0.5); z-index: 999999;  display: none;}
.tyouhui_box{position:absolute; left: 50%; top: 50%; color: #fff; width: 200px; height: auto;  margin-top: -300px; margin-left: -100px;	  background-image:url(../images/youhui.png);background-repeat:no-repeat; background-position:center center; background-size:cover;}

.tyouhui_box .close{ position: absolute; right: 0px; top: 15%; width: 50px;}
.tyouhui_m{ margin-top: 70%; padding: 0px 30px 0px 30px;}

/** 弹出定制 ====================================================================================*/
.tdingzhi{ position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; background:rgba(0,0,0,0.5); z-index: 999999;  display: none; }
.tdingzhi_box{position:absolute; left: 50%; top: 50%; color: #fff; width: 300px; height: 598px;  margin-top: -300px; margin-left: -150px;	  background-image:url(../images/dingzhi.png);background-repeat:no-repeat; background-position:center center; background-size:cover;}

.tdingzhi_box .close{ position: absolute; right: 0px; top: 5%; width: 50px;}
.tdingzhi_m{ margin-top: 40%; padding: 0px 30px 0px 30px;}

.tishi{padding-top: 15px; color: #333; text-align: left; font-size: 12px;}
}

/** 在线申请 ====================================================================================*/
.message_dz{ position: relative; width: 100%; max-width:100%; margin: 0px auto;  padding: 0px 0px 0px 0px; text-align: center;}
.messbox_dz{ position: relative; width: 100%; padding-top: 10px; padding-bottom: 0px;}
.messbox_inp_dz{ width: 100%;  height:auto;}
.messbox_inp_dz .inp{ width: 100%; height: auto; line-height: 40px; border: 1px solid #dcdcdc; border-radius:5px; padding-left: 10px;}

.messbox_inp_rad_dz{ width: 100%;height:auto;  padding: 5px 0px; padding-left: 70px; margin-bottom: 10px;  font-size: 0; text-align: left;  border: 1px solid #dcdcdc; background: #fff;}
.messbox_radio_dz{display: inline-block; line-height: 30px; width: 33.333%;  font-size: 12px; color: #666; margin-right: 0px;}
.messbox_dzs{position: absolute; left: 10px; top: 25px; color: #666;}

a.tijiao_dz{ display: inline-block; background: #ec2731; color: #fff; border: 2px solid #fff;width: 100%;  font-size: 16px; height: 45px; line-height: 41px; border-radius:30px; box-shadow:3px 5px 5px rgba(0,0,0,0.25);}
a.tijiao_dz:hover{background: #b20018; color: #fff;}
@media (max-width:1023px){
/** 在线申请 ====================================================================================*/
.message_dz{ position: relative; width: 100%; max-width:100%; margin: 0px auto;  padding: 0px 0px 0px 0px; text-align: center;}
.messbox_dz{ position: relative; width: 100%; padding-top: 10px; padding-bottom: 0px;}
.messbox_inp_dz{ width: 100%;  height:auto;}
.messbox_inp_dz .inp{ width: 100%; height: auto; line-height: 25px; border: 1px solid #dcdcdc; border-radius:5px; padding-left: 10px;font-size: 12px;}

.messbox_inp_rad_dz{ width: 100%;height:auto;  padding: 5px 0px; padding-left: 70px; margin-bottom: 10px;  font-size: 0; text-align: left;  border: 1px solid #dcdcdc; background: #fff;}
.messbox_radio_dz{display: inline-block; line-height: 30px; width: 50%;  font-size: 12px; color: #666; margin-right: 0px;}
.messbox_dzs{position: absolute; left: 10px; top: 25px; color: #666;}

a.tijiao_dz{ display: inline-block; background: #ec2731; color: #fff; border: 2px solid #fff;width: 100%;  font-size: 16px; height: 45px; line-height: 41px; border-radius:30px; box-shadow:3px 5px 5px rgba(0,0,0,0.25);}
a.tijiao_dz:hover{background: #b20018; color: #fff;}
}




/** 产品详情 ====================================================================================*/
.pag_pro{ padding-top: 200px; padding-bottom: 60px; font-size: 16px; line-height: 2; color: #333; }
@media (max-width:1023px){
.pag_pro{ padding-top: 2.4rem; padding-bottom: 60px; font-size: 16px; line-height: 2; color: #333; }
}
@media (max-width:768px){
.pag_pro{ padding-top: 2.4rem; padding-bottom: 60px; font-size: 14px; line-height: 2; color: #333; }
}
#preview{width:100%;height:auto;zoom:1; padding-top: 50px; position: relative;}
@media (max-width:1023px){
#preview{width:100%;height:auto;zoom:1; padding-top: 10px; position: relative;}
}
/*产品中心
.product_l{ float:left; width:600px; position: absolute;}
.product_l .lSSlideWrapper{ background:#e9ebef;}
.product_l .lSSlideWrapper li{ text-align:center;}
.product_l .lSSlideWrapper td img{width: 100%;}
.product_l .lSSlideWrapper td{ height:450px;}

@media screen and (max-width:1024px){
.product_l .lSSlideWrapper li img{ width:100%;}
.product_l .lSSlideWrapper td{ height:300px;}
}

@media screen and (max-width:768px){
.product_l{ width:100%;}
.product_l .lSSlideOuter .lSPager.lSGallery li{ padding: 3px;}
}
*/


.product_l{ float:left; width:600px; position: absolute; }
.product_r{ width:100%;overflow:hidden; padding-left: 700px;  min-height: 500px;}
.pro_name{font-size: 36px;color:#de0001;padding-bottom:10px;border-bottom: 1px solid #ccc;font-weight: bold;overflow: hidden;}
.pro_name span{}
.pro_xinghao{font-size: 16px;color:#666;padding: 10px 0 10px;border-bottom: 1px solid #f5f5f5; }
.pro_xinghao span{}

.goumai{display: flex; padding-top: 30px;padding-bottom: 20px;}
.goumai a{ display: inline-block; text-align: center; background: #ec2731; color: #fff; border: 2px solid #fff; width: 33%;  font-size: 16px; height: 45px; line-height: 41px; border-radius:30px; box-shadow:3px 5px 5px rgba(0,0,0,0.25); margin: 0px 10px;}
.goumai a:hover{background: #b20018; color: #fff;}

.pro_in_tit{ background: #e8e8e8; color: #333;}
.pro_in_tit b{ color: #fff; background: #de0001; display: inline-block; padding: 10px 30px;}
.pro_in_main{padding: 20px 0px; width: 100%; font-size: 16px; line-height: 26px; overflow: hidden;}

@media (max-width:1023px){
.product_l{ float:left; width:100%; position: relative; }
.product_r{ width:100%;overflow:hidden; padding-left: 0px;  min-height: auto;}
.pro_name{font-size: 18px;color:#de0001;padding-bottom:10px;border-bottom: 1px solid #ccc;font-weight: bold;overflow: hidden;line-height: 22px;}
.pro_name span{}
.pro_xinghao{font-size: 14px;color:#666;padding: 10px 0 10px;border-bottom: 1px solid #f5f5f5; line-height: 22px;}
.pro_xinghao span{}

.goumai{display: flex; padding-top: 10px;padding-bottom: 30px;}
.goumai a{ display: inline-block; text-align: center; background: #ec2731; color: #fff; border: 2px solid #fff; width: 33%;  font-size: 14px; height: 35px; line-height: 30px; border-radius:30px; box-shadow:3px 5px 5px rgba(0,0,0,0.25); margin: 0px 10px 0px 0px;}
.goumai a:hover{background: #b20018; color: #fff;}

.pro_in_tit{ background: #e8e8e8; color: #333;}
.pro_in_tit b{ color: #fff; background: #de0001; display: inline-block; padding: 5px 30px;}
.pro_in_main{padding: 20px 0px; width: 100%; font-size: 16px; line-height: 26px; overflow: hidden;}
}


/** crumbs  ====================================================================================*/
.crumbs{  background:#f5f5f5;position: relative; }
.crumbs_box{ font-size: 15px;  color: #999; padding:15px 0px;}
.crumbs_box a{ color: #333;}
.crumbs_box a:hover{ color: #de0001;}
@media (max-width:1300px){
.crumbs_box{font-size: 12px;}
}
@media (max-width:1023px){
.crumbs{  background:#f5f5f5;position: relative;}
.crumbs_box{ font-size: 14px;  color: #999; padding:5px 0px;}
.crumbs_box a{ color: #333;}
.crumbs_box a:hover{ color: #de0001;}
}
/** crumbs  ====================================================================================*/





/** 产品详情 ====================================================================================*/
.pag_xiangmu{ padding-top: 0px; padding-bottom: 60px; font-size: 16px; line-height: 2; color: #333; }

.xm_l{ float:left; width:560px; position: absolute; }
.xm_r{ width:100%;overflow:hidden; padding-left: 650px;  min-height: 550px;}

.xm_name{font-size: 26px;color:#de0001;padding-bottom:10px;border-bottom: 1px solid #ccc;font-weight: bold;overflow: hidden;}
.xm_name span{}
.xm_xinghao{font-size: 16px;color:#666;padding: 10px 0 10px;border-bottom: 1px solid #f5f5f5; }
.xm_xinghao span{}

.xm_xinghao span em{color: #666; padding: 5px 10px;}
.xm_xinghao span em:hover{ background: #de0001; color: #fff;cursor:pointer;}

.xm_xinghaox{ height:100px; line-height: 25px; overflow: hidden; }

.xm_tel{display: flex; padding-top: 30px;}
.xm_tel a{ display: inline-block; text-align: center; background: #ec2731; color: #fff; border: 2px solid #fff; width: 33%;  font-size: 16px; height: 45px; line-height: 41px; border-radius:30px; box-shadow:3px 5px 5px rgba(0,0,0,0.25); margin: 0px 10px;}
.xm_tel a img{width: 20px; margin-right: 10px;}
.xm_tel a:hover{background: #b20018; color: #fff;}
@media (max-width:1023px){
.pag_xiangmu{ padding-top: 0px; padding-bottom: 60px; font-size: 16px; line-height: 2; color: #333; }

.xm_l{ float:left; width:100%; position: relative; }
.xm_r{ width:100%;overflow:hidden; padding-left: 0px;  min-height: auto;}

.xm_name{font-size: 18px;color:#de0001;padding-bottom:0px;border-bottom: 1px solid #ccc;font-weight: bold;overflow: hidden;}
.xm_name span{}
.xm_xinghao{font-size: 14px;color:#666;padding: 2px 0 2px;border-bottom: 1px solid #f5f5f5; line-height: 24px;}
.xm_xinghao span{}

.xm_xinghao span em{color: #666; padding: 5px 10px;}
.xm_xinghao span em:hover{ background: #de0001; color: #fff;cursor:pointer;}

.xm_xinghaox{ height:auto; line-height: 24px; overflow: hidden; }

.xm_tel{display: flex; padding-top: 15px;padding-bottom: 15px;}
.xm_tel a{ display: inline-block; text-align: center; background: #ec2731; color: #fff; border: 2px solid #fff; width: 33%;  font-size: 14px; height: 35px; line-height: 30px; border-radius:30px; box-shadow:3px 5px 5px rgba(0,0,0,0.25); margin: 0px 10px;}
.xm_tel a img{width: 20px; margin-right: 10px;}
.xm_tel a:hover{background: #b20018; color: #fff;}
}



/** 视频 ====================================================================================*/
.video_box{ position: relative;}
.video_box_l{ float: left; width: 100%; padding-right: 450px;}
.video_box_l iframe{ width: 950px; height: 500px;}

.video_box_r{float:right; width:430px; color: #fff; position: absolute; right: 0px; top: 0px;}

.video_boxa{ margin-top: 30px;}
.video_boxa a{background: #d71718; color: #fff; display: block; width: 100%; padding: 10px 0px; text-align: center;}
.video_boxa a:hover{ background: #af0001;}

.video_box_r a{width: 50%; float: left; font-size: 14px; margin-bottom: 20px; padding: 0px 10px;}
.video_box_r a .imgzoom{padding-bottom: 56%; width: 100%; position: relative; overflow: hidden; }
.video_box_r a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.video_box_r a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.video_box_r a span{text-align: center; height: 35px; display: block;  line-height: 35px; overflow: hidden;} 
@media (max-width:1023px){
.video_box{ position: relative;}
.video_box_l{ float: left; width: 100%; padding-right: 0px;}
.video_box_l iframe{ width: 100%; height: auto;}

.video_box_r{float:right; width:100%; color: #fff; position: relative; right: 0px; top: 0px;}

.video_boxa{ margin-top: 0px;}
.video_boxa a{background: #d71718; color: #fff; display: block; width: 100%; padding: 0px 0px; text-align: center;}
.video_boxa a:hover{ background: #af0001;}

.video_box_r a{width: 100%; float: left; font-size: 14px; margin-bottom: 10px; padding: 0px 0px;}
.video_box_r a .imgzoom{padding-bottom: 56%; width: 100%; position: relative; overflow: hidden; }
.video_box_r a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
.video_box_r a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}
.video_box_r a span{text-align: center; height: 35px; display: block;  line-height: 35px; overflow: hidden;} 
}



a.prosw_item01{ display: block;  }
a.prosw_item01 .imgzoom{padding-bottom: 75%; width: 100%; position: relative; overflow: hidden; }
a.prosw_item01 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.prosw_item01:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

a.prosw_item01 .txt{padding: 25px 25px; background:#f9f9f9;box-shadow:0px 15px 10px rgba(0,0,0,0.15);  width: 100%;  text-align: center;transition: all 0.5s ease-out;}
a.prosw_item01 .txt .p1{ font-size: 20px; color: #333; font-weight: 600; height: 22px; line-height: 22px; overflow: hidden;margin-bottom: 15px;}
a.prosw_item01 .txt .p2{ font-size: 14px; color: #333; height: 14px; line-height: 14px; overflow: hidden; margin-bottom: 20px;}
a.prosw_item01 .txt span{font-size: 14px;display: inline-block;padding: 5px 15px;background-color: #ddd;border-radius: 15px;}
a.prosw_item01:hover .txt{ background:rgba(19,27,46,0.5); }
a.prosw_item01:hover .txt .p1{color: #fff;}
a.prosw_item01:hover .txt .p2{color: #fff;}
a.prosw_item01:hover .txt span{color: #d71718;}
@media (max-width:1023px){
a.prosw_item01{ display: block;  }
a.prosw_item01 .imgzoom{padding-bottom: 75%; width: 100%; position: relative; overflow: hidden; }
a.prosw_item01 .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; }
a.prosw_item01:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

a.prosw_item01 .txt{padding: 10px 10px; background:#f9f9f9;box-shadow:0px 15px 10px rgba(0,0,0,0.15);  width: 100%;  text-align: center;transition: all 0.5s ease-out;}
a.prosw_item01 .txt .p1{ font-size: 14px; color: #333; font-weight: 600; height: 22px; line-height: 22px; overflow: hidden;margin-bottom: 0px;}
a.prosw_item01 .txt .p2{ font-size: 14px; color: #333; height: 14px; line-height: 14px; overflow: hidden; margin-bottom: 20px;}
a.prosw_item01 .txt span{font-size: 14px;display: inline-block;padding: 5px 15px;background-color: #ddd;border-radius: 15px;}
a.prosw_item01:hover .txt{ background:rgba(19,27,46,0.5); }
a.prosw_item01:hover .txt .p1{color: #fff;}
a.prosw_item01:hover .txt .p2{color: #fff;}
a.prosw_item01:hover .txt span{color: #d71718;}
}




ul.newsx_list{ margin-left:10px; margin-right: 10px; display: block; padding-top: 10px;}
ul.newsx_list li{ width: 33.333%; height:auto; float: left; padding: 15px 15px;}
ul.newsx_list li a{display: block;position: relative; padding: 0px; }
ul.newsx_list li a .bian{position: relative;}

ul.newsx_list li a .imgzoom{padding-bottom:56.22%; width: 100%; position: relative; overflow: hidden; }
ul.newsx_list li a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; height: 100%;}
ul.newsx_list li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

ul.newsx_list li a .text{padding: 20px 0px 10px 0px; overflow: hidden; }
ul.newsx_list li a .text .t1{ font-size: 16px; height: 22px;line-height: 22px; margin-bottom: 10px; overflow: hidden; font-weight: bold; position: relative;transition: all 0.5s ease-out; word-break: break-all; text-overflow: ellipsis; white-space: nowrap;}
ul.newsx_list li a .text .t2{ font-size: 14px; line-height: 25px; height: 75px; margin-bottom: 20px; overflow: hidden; color: #666;}
ul.newsx_list li a .text .t3{ background:#d71718; color: #fff; display: inline-block; padding: 5px 10px;transition: all 0.5s ease-out;}

ul.newsx_list li a:hover .text .t1{ color: #d71718;}
ul.newsx_list li a:hover .text .t3{padding: 5px 20px;}
@media (max-width:1023px){
ul.newsx_list{ margin-left:10px; margin-right: 10px; display: block; padding-top: 10px;}
ul.newsx_list li{ width: 50%; height:auto; float: left; padding: 15px 15px;}
ul.newsx_list li a{display: block;position: relative; padding: 0px; }
ul.newsx_list li a .bian{position: relative;}

ul.newsx_list li a .imgzoom{padding-bottom:56.22%; width: 100%; position: relative; overflow: hidden; }
ul.newsx_list li a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; height: 100%;}
ul.newsx_list li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

ul.newsx_list li a .text{padding: 20px 0px 10px 0px; overflow: hidden; }
ul.newsx_list li a .text .t1{ font-size: 16px; height: 22px;line-height: 22px; margin-bottom: 10px; overflow: hidden; font-weight: bold; position: relative;transition: all 0.5s ease-out; word-break: break-all; text-overflow: ellipsis; white-space: nowrap;}
ul.newsx_list li a .text .t2{ font-size: 14px; line-height: 25px; height: 75px;  margin-bottom: 20px; overflow: hidden; color: #666;}
ul.newsx_list li a .text .t3{ background:#d71718; color: #fff; display: inline-block; padding: 5px 10px;transition: all 0.5s ease-out;}

ul.newsx_list li a:hover .text .t1{ color: #d71718;}
ul.newsx_list li a:hover .text .t3{padding: 5px 20px;}
}
@media (max-width:768px){
ul.newsx_list{ margin-left:0px; margin-right: 0px; display: block; padding-top: 0px;}
ul.newsx_list li{ width: 100%; height:auto; float: left; padding: 0px 5px 10px 5px;}
ul.newsx_list li a{display: block;position: relative; padding: 0px; }
ul.newsx_list li a .bian{position: relative;}

ul.newsx_list li a .imgzoom{padding-bottom:56.22%; width: 100%; position: relative; overflow: hidden; }
ul.newsx_list li a .imgzoom img{width: 100%;  position: absolute;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s; height: 100%;}
ul.newsx_list li a:hover .imgzoom img{-webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);}

ul.newsx_list li a .text{padding: 10px 0px 10px 0px; overflow: hidden; }
ul.newsx_list li a .text .t1{ font-size: 14px; height: auto;line-height: 20px; margin-bottom: 5px; overflow: hidden; font-weight: bold; position: relative;transition: all 0.5s ease-out; word-break: break-all; text-overflow: ellipsis; white-space: normal;}
ul.newsx_list li a .text .t2{ font-size: 12px; line-height: 20px; height: auto;  margin-bottom: 5px; overflow: hidden; color: #666;}
ul.newsx_list li a .text .t3{ background:#d71718; color: #fff; display: inline-block; padding: 0px 10px;transition: all 0.5s ease-out;font-size: 12px;}

ul.newsx_list li a:hover .text .t1{ color: #d71718;}
ul.newsx_list li a:hover .text .t3{padding: 5px 20px;}
}






